Html Css Color HEX #393E48 Cloud Burst

📋 copy color: '#393E48'

red 57 ◦ green 62 ◦ blue 72

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

Shades of Cloud Burst #393E48

Tints of Cloud Burst #393E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.46%

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

R = 29.84%
G = 32.46%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#393E48 (or 0x393E48) is known color: Cloud Burst. HEX triplet: 39, 3E and 48. RGB value is (57,62,72). Sum of RGB (Red+Green+Blue) = 57+62+72=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #393E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E48 is #C6C1B7. Grayscale: #3D3D3D. Windows color (decimal): -13025720 or 4734521. OLE color: 4734521.

HSL color Cylindrical-coordinate representation of color #393E48: hue angle of 220º 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 #393E48 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 62 72 -
CMYK 0.21 0.14 0 0.72
HSL 220º 0.12% 0.25% -
HSV(B) 220º 0.21% 0.28% -
XYZ 4.58 4.78 6.81 -
YUV 61.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 57 62 72 0.21 0.14 0 0.72 220 0.12 0.25
Hex 39 3E 48 15 E 0 48 DC C 19
Octal 71 76 110 25 16 0 110 334 14 31
Binary 111001 111110 1001000 10101 1110 0 1001000 11011100 1100 11001

Color Harmonies of #393E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E48

Black with #393E48

Text Example


Text Example

White with #393E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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