Html Css Color HEX #393C48 Cloud Burst

📋 copy color: '#393C48'

red 57 ◦ green 60 ◦ blue 72

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

Shades of Cloud Burst #393C48

Tints of Cloud Burst #393C48

RGB

 RED value IS 57 (22.66% from 255) = 30.16%

 GREEN value IS 60 (23.83% from 255) = 31.75%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 30.16%
G = 31.75%
B = 38.1%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#393C48 (or 0x393C48) is known color: Cloud Burst. HEX triplet: 39, 3C and 48. RGB value is (57,60,72). Sum of RGB (Red+Green+Blue) = 57+60+72=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #393C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C48 is #C6C3B7. Grayscale: #3C3C3C. Windows color (decimal): -13026232 or 4734009. OLE color: 4734009.

HSL color Cylindrical-coordinate representation of color #393C48: hue angle of 228º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #393C48 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 60 72 -
CMYK 0.21 0.17 0 0.72
HSL 228º 0.12% 0.25% -
HSV(B) 228º 0.21% 0.28% -
XYZ 4.47 4.57 6.78 -
YUV 60.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 57 60 72 0.21 0.17 0 0.72 228 0.12 0.25
Hex 39 3C 48 15 11 0 48 E4 C 19
Octal 71 74 110 25 21 0 110 344 14 31
Binary 111001 111100 1001000 10101 10001 0 1001000 11100100 1100 11001

Color Harmonies of #393C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C48

Black with #393C48

Text Example


Text Example

White with #393C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393C48; }

 p { color: rgb(57,60,72); }

 H1.HeaderClassName
 {
   color: #393C48;
 }
 .AnyTagClassName
 {
   color: #393C48;
 }
</style>

background-color css

<style>
 a { background-color: #393C48; }

 a { background-color: rgb(57,60,72); }

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

border-color css

<style>
 span { border-color: #393C48; }

 span { border-color: rgb(57,60,72); }

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