#318DC6

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

Shades of Curious Blue #318DC6

Tints of Curious Blue #318DC6

Color information

#318DC6 (or 0x318DC6) is unknown color: approx Curious Blue. HEX triplet: 31, 8D and C6. RGB value is (49,141,198). Sum of RGB (Red+Green+Blue) = 49+141+198=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #318DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DC6 is #CE7239. Grayscale: #777777. Windows color (decimal): -13529658 or 13012273. OLE color: 13012273.

HSL color Cylindrical-coordinate representation of color #318DC6: hue angle of 202.95º 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 #318DC6 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB49141198-
CMYK0.750.2900.22
HSL202.95º60.32%48.43%-
HSV(B)202.95º75.25%77.65%-
XYZ20.9823.7856.91-
YUV119.99172.0277.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.63%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 198 (77.73% from 255) = 51.03%
R=12.63%
G=36.34%
B=51.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491411980.750.2900.22202.9560.3248.43
Hex318DC64B1D016cb3c30
Octal61215306113350263137460
Binary110001100011011100011010010111110101011011001011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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