#3C8DD8

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

Shades of Curious Blue #3C8DD8

Tints of Curious Blue #3C8DD8

Color information

#3C8DD8 (or 0x3C8DD8) is unknown color: approx Curious Blue. HEX triplet: 3C, 8D and D8. RGB value is (60,141,216). Sum of RGB (Red+Green+Blue) = 60+141+216=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C8DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DD8 is #C37227. Grayscale: #7C7C7C. Windows color (decimal): -12808744 or 14191932. OLE color: 14191932.

HSL color Cylindrical-coordinate representation of color #3C8DD8: hue angle of 208.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C8DD8 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60141216-
CMYK0.720.3500.15
HSL208.85º66.67%54.12%-
HSV(B)208.85º72.22%84.71%-
XYZ23.7824.9768.53-
YUV125.33179.1681.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.39%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 216 (84.77% from 255) = 51.80%
R=14.39%
G=33.81%
B=51.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal601412160.720.3500.15208.8566.6754.12
Hex3C8DD848230Fd14336
Octal742153301104301732110366
Binary1111001000110111011000100100010001101111110100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,141,216); }

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

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

 a { background-color: rgb(60,141,216); }

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

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

 span { border-color: rgb(60,141,216); }

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