Html Css Color HEX #3C424D Cloud Burst

📋 copy color: '#3C424D'

red 60 ◦ green 66 ◦ blue 77

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

Shades of Cloud Burst #3C424D

Tints of Cloud Burst #3C424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 29.56%
G = 32.51%
B = 37.93%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C424D (or 0x3C424D) is known color: Cloud Burst. HEX triplet: 3C, 42 and 4D. RGB value is (60,66,77). Sum of RGB (Red+Green+Blue) = 60+66+77=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C424D is #C3BDB2. Grayscale: #414141. Windows color (decimal): -12828083 or 5063228. OLE color: 5063228.

HSL color Cylindrical-coordinate representation of color #3C424D: hue angle of 218.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C424D is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 66 77 -
CMYK 0.22 0.14 0 0.70
HSL 218.82º 0.12% 0.27% -
HSV(B) 218.82º 0.22% 0.3% -
XYZ 5.15 5.39 7.79 -
YUV 65.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 60 66 77 0.22 0.14 0 0.70 218.82 0.12 0.27
Hex 3C 42 4D 16 E 0 46 DB C 1B
Octal 74 102 115 26 16 0 106 333 14 33
Binary 111100 1000010 1001101 10110 1110 0 1000110 11011011 1100 11011

Color Harmonies of #3C424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C424D

Black with #3C424D

Text Example


Text Example

White with #3C424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,77); }

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

background-color css

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

 a { background-color: rgb(60,66,77); }

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

border-color css

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

 span { border-color: rgb(60,66,77); }

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