#344051

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

Shades of Cloud Burst #344051

Tints of Cloud Burst #344051

Color information

#344051 (or 0x344051) is unknown color: approx Cloud Burst. HEX triplet: 34, 40 and 51. RGB value is (52,64,81). Sum of RGB (Red+Green+Blue) = 52+64+81=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #344051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344051 is #CBBFAE. Grayscale: #3E3E3E. Windows color (decimal): -13352879 or 5324852. OLE color: 5324852.

HSL color Cylindrical-coordinate representation of color #344051: hue angle of 215.17º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344051 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB526481-
CMYK0.360.2100.68
HSL215.17º21.8%26.08%-
HSV(B)215.17º35.8%31.76%-
XYZ4.734.998.5-
YUV62.35138.52120.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=26.40%
G=32.49%
B=41.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5264810.360.2100.68215.1721.826.08
Hex3440512415044d7161a
Octal64100121442501043272632
Binary110100100000010100011001001010101000100110101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344051; }

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

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

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

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

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

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

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

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