#334051

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

Shades of Cloud Burst #334051

Tints of Cloud Burst #334051

Color information

#334051 (or 0x334051) is unknown color: approx Cloud Burst. HEX triplet: 33, 40 and 51. RGB value is (51,64,81). Sum of RGB (Red+Green+Blue) = 51+64+81=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #334051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334051 is #CCBFAE. Grayscale: #3D3D3D. Windows color (decimal): -13418415 or 5324851. OLE color: 5324851.

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

Color convert

RGB516481-
CMYK0.370.2100.68
HSL214º22.73%25.88%-
HSV(B)214º37.04%31.76%-
XYZ4.684.968.5-
YUV62.05138.69120.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=26.02%
G=32.65%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5164810.370.2100.6821422.7325.88
Hex3340512515044d6171a
Octal63100121452501043262732
Binary110011100000010100011001011010101000100110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334051; }

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

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

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

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

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

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

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

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