Html Css Color HEX #393F4B Cloud Burst

📋 copy color: '#393F4B'

red 57 ◦ green 63 ◦ blue 75

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

Shades of Cloud Burst #393F4B

Tints of Cloud Burst #393F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

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

R = 29.23%
G = 32.31%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#393F4B (or 0x393F4B) is known color: Cloud Burst. HEX triplet: 39, 3F and 4B. RGB value is (57,63,75). Sum of RGB (Red+Green+Blue) = 57+63+75=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #393F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F4B is #C6C0B4. Grayscale: #3E3E3E. Windows color (decimal): -13025461 or 4931385. OLE color: 4931385.

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

Color convert

RGB 57 63 75 -
CMYK 0.24 0.16 0 0.71
HSL 220º 0.14% 0.26% -
HSV(B) 220º 0.24% 0.29% -
XYZ 4.73 4.93 7.36 -
YUV 62.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 57 63 75 0.24 0.16 0 0.71 220 0.14 0.26
Hex 39 3F 4B 18 10 0 47 DC E 1A
Octal 71 77 113 30 20 0 107 334 16 32
Binary 111001 111111 1001011 11000 10000 0 1000111 11011100 1110 11010

Color Harmonies of #393F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F4B

Black with #393F4B

Text Example


Text Example

White with #393F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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