#333D49

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

Shades of Cloud Burst #333D49

Tints of Cloud Burst #333D49

Color information

#333D49 (or 0x333D49) is unknown color: approx Cloud Burst. HEX triplet: 33, 3D and 49. RGB value is (51,61,73). Sum of RGB (Red+Green+Blue) = 51+61+73=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #333D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D49 is #CCC2B6. Grayscale: #3B3B3B. Windows color (decimal): -13419191 or 4799795. OLE color: 4799795.

HSL color Cylindrical-coordinate representation of color #333D49: hue angle of 212.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #333D49 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB516173-
CMYK0.300.1600.71
HSL212.73º17.74%24.31%-
HSV(B)212.73º30.14%28.63%-
XYZ4.244.526.95-
YUV59.38135.69122.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=27.57%
G=32.97%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5161730.300.1600.71212.7317.7424.31
Hex333D491E10047d51218
Octal6375111362001073252230
Binary1100111111011001001111101000001000111110101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D49; }

 p { color: rgb(51,61,73); }

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

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

 a { background-color: rgb(51,61,73); }

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

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

 span { border-color: rgb(51,61,73); }

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