Html Css Color HEX #393E4C Cloud Burst

📋 copy color: '#393E4C'

red 57 ◦ green 62 ◦ blue 76

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

Shades of Cloud Burst #393E4C

Tints of Cloud Burst #393E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 29.23%
G = 31.79%
B = 38.97%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#393E4C (or 0x393E4C) is known color: Cloud Burst. HEX triplet: 39, 3E and 4C. RGB value is (57,62,76). Sum of RGB (Red+Green+Blue) = 57+62+76=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #393E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E4C is #C6C1B3. Grayscale: #3E3E3E. Windows color (decimal): -13025716 or 4996665. OLE color: 4996665.

HSL color Cylindrical-coordinate representation of color #393E4C: hue angle of 224.21º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #393E4C is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 62 76 -
CMYK 0.25 0.18 0 0.70
HSL 224.21º 0.14% 0.26% -
HSV(B) 224.21º 0.25% 0.3% -
XYZ 4.71 4.84 7.52 -
YUV 62.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 57 62 76 0.25 0.18 0 0.70 224.21 0.14 0.26
Hex 39 3E 4C 19 12 0 46 E0 E 1A
Octal 71 76 114 31 22 0 106 340 16 32
Binary 111001 111110 1001100 11001 10010 0 1000110 11100000 1110 11010

Color Harmonies of #393E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E4C

Black with #393E4C

Text Example


Text Example

White with #393E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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