Html Css Color HEX #3C8ED9 Curious Blue

📋 copy color: '#3C8ED9'

red 60 ◦ green 142 ◦ blue 217

#3C8ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3C8ED9

Tints of Curious Blue #3C8ED9

RGB

 RED value IS 60 (23.83% from 255) = 14.32%

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 217 (85.16% from 255) = 51.79%

R = 14.32%
G = 33.89%
B = 51.79%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C8ED9 (or 0x3C8ED9) is known color: Curious Blue. HEX triplet: 3C, 8E and D9. RGB value is (60,142,217). Sum of RGB (Red+Green+Blue) = 60+142+217=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C8ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ED9 is #C37126. Grayscale: #7D7D7D. Windows color (decimal): -12808487 or 14257724. OLE color: 14257724.

HSL color Cylindrical-coordinate representation of color #3C8ED9: hue angle of 208.66º 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 #3C8ED9 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 142 217 -
CMYK 0.72 0.35 0 0.15
HSL 208.66º 0.67% 0.54% -
HSV(B) 208.66º 0.72% 0.85% -
XYZ 24.06 25.32 69.26 -
YUV 126.03 179.33 80.9 -
System Red Green Blue C M Y K H S L
Decimal 60 142 217 0.72 0.35 0 0.15 208.66 0.67 0.54
Hex 3C 8E D9 48 23 0 F D1 43 36
Octal 74 216 331 110 43 0 17 321 103 66
Binary 111100 10001110 11011001 1001000 100011 0 1111 11010001 1000011 110110

Color Harmonies of #3C8ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8ED9

Black with #3C8ED9

Text Example


Text Example

White with #3C8ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,142,217); }

 H1.HeaderClassName
 {
   color: #3C8ED9;
 }
 .AnyTagClassName
 {
   color: #3C8ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(60,142,217); }

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

border-color css

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

 span { border-color: rgb(60,142,217); }

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