#3C87D6

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

Shades of Curious Blue #3C87D6

Tints of Curious Blue #3C87D6

Color information

#3C87D6 (or 0x3C87D6) is unknown color: approx Curious Blue. HEX triplet: 3C, 87 and D6. RGB value is (60,135,214). Sum of RGB (Red+Green+Blue) = 60+135+214=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C87D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C87D6 is #C37829. Grayscale: #797979. Windows color (decimal): -12810282 or 14059324. OLE color: 14059324.

HSL color Cylindrical-coordinate representation of color #3C87D6: hue angle of 210.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C87D6 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60135214-
CMYK0.720.3700.16
HSL210.78º65.25%53.73%-
HSV(B)210.78º71.96%83.92%-
XYZ22.6723.1466.89-
YUV121.58180.1584.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.67%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 214 (83.98% from 255) = 52.32%
R=14.67%
G=33.01%
B=52.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal601352140.720.3700.16210.7865.2553.73
Hex3C87D64825010d34136
Octal742073261104502032310166
Binary11110010000111110101101001000100101010000110100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C87D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C87D6; }

 p { color: rgb(60,135,214); }

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

<style>
 a { background-color: #3C87D6; }

 a { background-color: rgb(60,135,214); }

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

<style>
 span { border-color: #3C87D6; }

 span { border-color: rgb(60,135,214); }

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