#34394D

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

Shades of Cloud Burst #34394D

Tints of Cloud Burst #34394D

Color information

#34394D (or 0x34394D) is unknown color: approx Cloud Burst. HEX triplet: 34, 39 and 4D. RGB value is (52,57,77). Sum of RGB (Red+Green+Blue) = 52+57+77=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #34394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34394D is #CBC6B2. Grayscale: #393939. Windows color (decimal): -13354675 or 5060916. OLE color: 5060916.

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

Color convert

RGB525777-
CMYK0.320.2600.70
HSL228º19.38%25.29%-
HSV(B)228º32.47%30.2%-
XYZ4.224.197.61-
YUV57.78138.84123.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=27.96%
G=30.65%
B=41.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5257770.320.2600.7022819.3825.29
Hex34394D201A046e41319
Octal6471115403201063442331
Binary11010011100110011011000001101001000110111001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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