Html Css Color HEX #393E4D Cloud Burst

📋 copy color: '#393E4D'

red 57 ◦ green 62 ◦ blue 77

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

Shades of Cloud Burst #393E4D

Tints of Cloud Burst #393E4D

RGB

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

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

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

R = 29.08%
G = 31.63%
B = 39.29%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#393E4D (or 0x393E4D) is known color: Cloud Burst. HEX triplet: 39, 3E and 4D. RGB value is (57,62,77). Sum of RGB (Red+Green+Blue) = 57+62+77=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #393E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E4D is #C6C1B2. Grayscale: #3E3E3E. Windows color (decimal): -13025715 or 5062201. OLE color: 5062201.

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

Color convert

RGB 57 62 77 -
CMYK 0.26 0.19 0 0.70
HSL 225º 0.15% 0.26% -
HSV(B) 225º 0.26% 0.3% -
XYZ 4.75 4.85 7.71 -
YUV 62.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 57 62 77 0.26 0.19 0 0.70 225 0.15 0.26
Hex 39 3E 4D 1A 13 0 46 E1 F 1A
Octal 71 76 115 32 23 0 106 341 17 32
Binary 111001 111110 1001101 11010 10011 0 1000110 11100001 1111 11010

Color Harmonies of #393E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E4D

Black with #393E4D

Text Example


Text Example

White with #393E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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