#334050

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

Shades of Cloud Burst #334050

Tints of Cloud Burst #334050

Color information

#334050 (or 0x334050) is unknown color: approx Cloud Burst. HEX triplet: 33, 40 and 50. RGB value is (51,64,80). Sum of RGB (Red+Green+Blue) = 51+64+80=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #334050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334050 is #CCBFAF. Grayscale: #3D3D3D. Windows color (decimal): -13418416 or 5259315. OLE color: 5259315.

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

Color convert

RGB516480-
CMYK0.360.2000.69
HSL213.1º22.14%25.69%-
HSV(B)213.1º36.25%31.37%-
XYZ4.654.958.3-
YUV61.94138.19120.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=26.15%
G=32.82%
B=41.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5164800.360.2000.69213.122.1425.69
Hex3340502414045d5161a
Octal63100120442401053252632
Binary110011100000010100001001001010001000101110101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334050; }

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

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

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

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

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

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

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

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