#318FC6

Color #318FC6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #318FC6

Tints of Curious Blue #318FC6

Color information

#318FC6 (or 0x318FC6) is unknown color: approx Curious Blue. HEX triplet: 31, 8F and C6. RGB value is (49,143,198). Sum of RGB (Red+Green+Blue) = 49+143+198=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #318FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FC6 is #CE7039. Grayscale: #787878. Windows color (decimal): -13529146 or 13012785. OLE color: 13012785.

HSL color Cylindrical-coordinate representation of color #318FC6: hue angle of 202.15º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318FC6 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49143198-
CMYK0.750.2800.22
HSL202.15º60.32%48.43%-
HSV(B)202.15º75.25%77.65%-
XYZ21.2824.3857.01-
YUV121.16171.3676.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 12.56%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=12.56%
G=36.67%
B=50.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491431980.750.2800.22202.1560.3248.43
Hex318FC64B1C016ca3c30
Octal61217306113340263127460
Binary110001100011111100011010010111110001011011001010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318FC6; }

 p { color: rgb(49,143,198); }

 H1.HeaderClassName
 {
   color: #318FC6;
 }
 .AnyTagClassName
 {
   color: #318FC6;
 }
</style>
background-color css

<style>
 a { background-color: #318FC6; }

 a { background-color: rgb(49,143,198); }

 div.DivClassName
 {
   background-color: #318FC6;
 }
 .BgClassName
 {
   background-color: #318FC6;
 }
</style>
border-color css

<style>
 span { border-color: #318FC6; }

 span { border-color: rgb(49,143,198); }

 td.TdClassName
 {
   border-color: #318FC6;
 }
 .TagClassName
 {
   border-color: #318FC6;
 }
</style>