Html Css Color HEX #393E4B Cloud Burst

📋 copy color: '#393E4B'

red 57 ◦ green 62 ◦ blue 75

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

Shades of Cloud Burst #393E4B

Tints of Cloud Burst #393E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 29.38%
G = 31.96%
B = 38.66%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#393E4B (or 0x393E4B) is known color: Cloud Burst. HEX triplet: 39, 3E and 4B. RGB value is (57,62,75). Sum of RGB (Red+Green+Blue) = 57+62+75=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #393E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E4B is #C6C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13025717 or 4931129. OLE color: 4931129.

HSL color Cylindrical-coordinate representation of color #393E4B: hue angle of 223.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #393E4B is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 62 75 -
CMYK 0.24 0.17 0 0.71
HSL 223.33º 0.14% 0.26% -
HSV(B) 223.33º 0.24% 0.29% -
XYZ 4.68 4.82 7.34 -
YUV 61.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 57 62 75 0.24 0.17 0 0.71 223.33 0.14 0.26
Hex 39 3E 4B 18 11 0 47 DF E 1A
Octal 71 76 113 30 21 0 107 337 16 32
Binary 111001 111110 1001011 11000 10001 0 1000111 11011111 1110 11010

Color Harmonies of #393E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E4B

Black with #393E4B

Text Example


Text Example

White with #393E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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