Html Css Color HEX #3C8CDC Curious Blue

📋 copy color: '#3C8CDC'

red 60 ◦ green 140 ◦ blue 220

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

Shades of Curious Blue #3C8CDC

Tints of Curious Blue #3C8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 14.29%
G = 33.33%
B = 52.38%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C8CDC (or 0x3C8CDC) is known color: Curious Blue. HEX triplet: 3C, 8C and DC. RGB value is (60,140,220). Sum of RGB (Red+Green+Blue) = 60+140+220=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C8CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8CDC is #C37323. Grayscale: #7C7C7C. Windows color (decimal): -12808996 or 14453820. OLE color: 14453820.

HSL color Cylindrical-coordinate representation of color #3C8CDC: hue angle of 210º 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 #3C8CDC is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 140 220 -
CMYK 0.73 0.36 0 0.14
HSL 210º 0.7% 0.55% -
HSV(B) 210º 0.73% 0.86% -
XYZ 24.16 24.88 71.24 -
YUV 125.2 181.5 81.5 -
System Red Green Blue C M Y K H S L
Decimal 60 140 220 0.73 0.36 0 0.14 210 0.7 0.55
Hex 3C 8C DC 49 24 0 E D2 46 37
Octal 74 214 334 111 44 0 16 322 106 67
Binary 111100 10001100 11011100 1001001 100100 0 1110 11010010 1000110 110111

Color Harmonies of #3C8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8CDC

Black with #3C8CDC

Text Example


Text Example

White with #3C8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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