Html Css Color HEX #3C8EDC Curious Blue

📋 copy color: '#3C8EDC'

red 60 ◦ green 142 ◦ blue 220

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

Shades of Curious Blue #3C8EDC

Tints of Curious Blue #3C8EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 14.22%
G = 33.65%
B = 52.13%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C8EDC (or 0x3C8EDC) is known color: Curious Blue. HEX triplet: 3C, 8E and DC. RGB value is (60,142,220). Sum of RGB (Red+Green+Blue) = 60+142+220=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8EDC is #C37123. Grayscale: #7D7D7D. Windows color (decimal): -12808484 or 14454332. OLE color: 14454332.

HSL color Cylindrical-coordinate representation of color #3C8EDC: hue angle of 209.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C8EDC is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 142 220 -
CMYK 0.73 0.35 0 0.14
HSL 209.25º 0.7% 0.55% -
HSV(B) 209.25º 0.73% 0.86% -
XYZ 24.45 25.47 71.34 -
YUV 126.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 60 142 220 0.73 0.35 0 0.14 209.25 0.7 0.55
Hex 3C 8E DC 49 23 0 E D1 46 37
Octal 74 216 334 111 43 0 16 321 106 67
Binary 111100 10001110 11011100 1001001 100011 0 1110 11010001 1000110 110111

Color Harmonies of #3C8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8EDC

Black with #3C8EDC

Text Example


Text Example

White with #3C8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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