Html Css Color HEX #394050 Cloud Burst

📋 copy color: '#394050'

red 57 ◦ green 64 ◦ blue 80

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

Shades of Cloud Burst #394050

Tints of Cloud Burst #394050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 28.36%
G = 31.84%
B = 39.8%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394050 (or 0x394050) is known color: Cloud Burst. HEX triplet: 39, 40 and 50. RGB value is (57,64,80). Sum of RGB (Red+Green+Blue) = 57+64+80=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #394050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394050 is #C6BFAF. Grayscale: #3F3F3F. Windows color (decimal): -13025200 or 5259321. OLE color: 5259321.

HSL color Cylindrical-coordinate representation of color #394050: hue angle of 221.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394050 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 64 80 -
CMYK 0.29 0.20 0 0.69
HSL 221.74º 0.17% 0.27% -
HSV(B) 221.74º 0.29% 0.31% -
XYZ 4.97 5.12 8.31 -
YUV 63.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 57 64 80 0.29 0.20 0 0.69 221.74 0.17 0.27
Hex 39 40 50 1D 14 0 45 DE 11 1B
Octal 71 100 120 35 24 0 105 336 21 33
Binary 111001 1000000 1010000 11101 10100 0 1000101 11011110 10001 11011

Color Harmonies of #394050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394050

Black with #394050

Text Example


Text Example

White with #394050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394050; }

 p { color: rgb(57,64,80); }

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

background-color css

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

 a { background-color: rgb(57,64,80); }

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

border-color css

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

 span { border-color: rgb(57,64,80); }

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