#33404F

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

Shades of Cloud Burst #33404F

Tints of Cloud Burst #33404F

Color information

#33404F (or 0x33404F) is unknown color: approx Cloud Burst. HEX triplet: 33, 40 and 4F. RGB value is (51,64,79). Sum of RGB (Red+Green+Blue) = 51+64+79=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #33404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33404F is #CCBFB0. Grayscale: #3D3D3D. Windows color (decimal): -13418417 or 5193779. OLE color: 5193779.

HSL color Cylindrical-coordinate representation of color #33404F: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33404F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516479-
CMYK0.350.1900.69
HSL212.14º21.54%25.49%-
HSV(B)212.14º35.44%30.98%-
XYZ4.614.948.11-
YUV61.82137.69120.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=26.29%
G=32.99%
B=40.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5164790.350.1900.69212.1421.5425.49
Hex33404F2313045d41619
Octal63100117432301053242631
Binary110011100000010011111000111001101000101110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33404F; }

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

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

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

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

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

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

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

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