Html Css Color HEX #39414D Cloud Burst

📋 copy color: '#39414D'

red 57 ◦ green 65 ◦ blue 77

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

Shades of Cloud Burst #39414D

Tints of Cloud Burst #39414D

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 value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39414D (or 0x39414D) is known color: 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

RGB 57 65 77 -
CMYK 0.26 0.16 0 0.70
HSL 216º 0.15% 0.26% -
HSV(B) 216º 0.26% 0.3% -
XYZ 4.92 5.19 7.76 -
YUV 63.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 57 65 77 0.26 0.16 0 0.70 216 0.15 0.26
Hex 39 41 4D 1A 10 0 46 D8 F 1A
Octal 71 101 115 32 20 0 106 330 17 32
Binary 111001 1000001 1001101 11010 10000 0 1000110 11011000 1111 11010

Color Harmonies of #39414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39414D

Black with #39414D

Text Example


Text Example

White with #39414D

Text Example


Text Example

HTML Codes & Css Web 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>