Html Css Color HEX #393F4A Cloud Burst

📋 copy color: '#393F4A'

red 57 ◦ green 63 ◦ blue 74

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

Shades of Cloud Burst #393F4A

Tints of Cloud Burst #393F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 29.38%
G = 32.47%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#393F4A (or 0x393F4A) is known color: Cloud Burst. HEX triplet: 39, 3F and 4A. RGB value is (57,63,74). Sum of RGB (Red+Green+Blue) = 57+63+74=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #393F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F4A is #C6C0B5. Grayscale: #3E3E3E. Windows color (decimal): -13025462 or 4865849. OLE color: 4865849.

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

Color convert

RGB 57 63 74 -
CMYK 0.23 0.15 0 0.71
HSL 218.82º 0.13% 0.26% -
HSV(B) 218.82º 0.23% 0.29% -
XYZ 4.7 4.92 7.18 -
YUV 62.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 57 63 74 0.23 0.15 0 0.71 218.82 0.13 0.26
Hex 39 3F 4A 17 F 0 47 DB D 1A
Octal 71 77 112 27 17 0 107 333 15 32
Binary 111001 111111 1001010 10111 1111 0 1000111 11011011 1101 11010

Color Harmonies of #393F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F4A

Black with #393F4A

Text Example


Text Example

White with #393F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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