#39414D

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

Shades of Cloud Burst #39414D

Tints of Cloud Burst #39414D

Color information

#39414D (or 0x39414D) is unknown color: approx Cloud Burst. HEX triplet: 39, 41 and 4D. RGB value is (57,65,77). Sum of RGB (Red+Green+Blue) = 57+65+77=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #39414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39414D is #C6BEB2. Grayscale: #3F3F3F. Windows color (decimal): -13024947 or 5062969. OLE color: 5062969.

HSL color Cylindrical-coordinate representation of color #39414D: hue angle of 216º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39414D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB576577-
CMYK0.260.1600.70
HSL216º14.93%26.27%-
HSV(B)216º25.97%30.2%-
XYZ4.925.197.76-
YUV63.98135.35123.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=28.64%
G=32.66%
B=38.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5765770.260.1600.7021614.9326.27
Hex39414D1A10046d8f1a
Octal71101115322001063301732
Binary1110011000001100110111010100000100011011011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39414D; }

 p { color: rgb(57,65,77); }

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

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

 a { background-color: rgb(57,65,77); }

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

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

 span { border-color: rgb(57,65,77); }

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