#34404E

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

Shades of Cloud Burst #34404E

Tints of Cloud Burst #34404E

Color information

#34404E (or 0x34404E) is unknown color: approx Cloud Burst. HEX triplet: 34, 40 and 4E. RGB value is (52,64,78). Sum of RGB (Red+Green+Blue) = 52+64+78=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #34404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34404E is #CBBFB1. Grayscale: #3D3D3D. Windows color (decimal): -13352882 or 5128244. OLE color: 5128244.

HSL color Cylindrical-coordinate representation of color #34404E: hue angle of 212.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34404E is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526478-
CMYK0.330.1800.69
HSL212.31º20%25.49%-
HSV(B)212.31º33.33%30.59%-
XYZ4.624.957.92-
YUV62.01137.02120.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=26.80%
G=32.99%
B=40.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5264780.330.1800.69212.312025.49
Hex34404E2112045d41419
Octal64100116412201053242431
Binary110100100000010011101000011001001000101110101001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34404E; }

 p { color: rgb(52,64,78); }

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

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

 a { background-color: rgb(52,64,78); }

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

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

 span { border-color: rgb(52,64,78); }

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