#39404F

Color #39404F Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #39404F

Tints of Cloud Burst #39404F

Color information

#39404F (or 0x39404F) is unknown color: approx Cloud Burst. HEX triplet: 39, 40 and 4F. RGB value is (57,64,79). Sum of RGB (Red+Green+Blue) = 57+64+79=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #39404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39404F is #C6BFB0. Grayscale: #3F3F3F. Windows color (decimal): -13025201 or 5193785. OLE color: 5193785.

HSL color Cylindrical-coordinate representation of color #39404F: hue angle of 220.91º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39404F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576479-
CMYK0.280.1900.69
HSL220.91º16.18%26.67%-
HSV(B)220.91º27.85%30.98%-
XYZ4.935.18.12-
YUV63.62136.68123.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=28.5%
G=32%
B=39.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5764790.280.1900.69220.9116.1826.67
Hex39404F1C13045dd101b
Octal71100117342301053352033
Binary11100110000001001111111001001101000101110111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39404F; }

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

 H1.HeaderClassName
 {
   color: #39404F;
 }
 .AnyTagClassName
 {
   color: #39404F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #39404F;
 }
 .BgClassName
 {
   background-color: #39404F;
 }
</style>
border-color css

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

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

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