#318FCD

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

Shades of Curious Blue #318FCD

Tints of Curious Blue #318FCD

Color information

#318FCD (or 0x318FCD) is unknown color: approx Curious Blue. HEX triplet: 31, 8F and CD. RGB value is (49,143,205). Sum of RGB (Red+Green+Blue) = 49+143+205=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #318FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FCD is #CE7032. Grayscale: #797979. Windows color (decimal): -13529139 or 13471537. OLE color: 13471537.

HSL color Cylindrical-coordinate representation of color #318FCD: hue angle of 203.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318FCD is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB49143205-
CMYK0.760.3000.20
HSL203.85º61.42%49.8%-
HSV(B)203.85º76.1%80.39%-
XYZ22.1124.7161.36-
YUV121.96174.8675.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.34%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=12.34%
G=36.02%
B=51.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal491432050.760.3000.20203.8561.4249.8
Hex318FCD4C1E014cc3d32
Octal61217315114360243147562
Binary110001100011111100110110011001111001010011001100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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