#333D50

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

Shades of Cloud Burst #333D50

Tints of Cloud Burst #333D50

Color information

#333D50 (or 0x333D50) is unknown color: approx Cloud Burst. HEX triplet: 33, 3D and 50. RGB value is (51,61,80). Sum of RGB (Red+Green+Blue) = 51+61+80=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #333D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D50 is #CCC2AF. Grayscale: #3C3C3C. Windows color (decimal): -13419184 or 5258547. OLE color: 5258547.

HSL color Cylindrical-coordinate representation of color #333D50: hue angle of 219.31º 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 #333D50 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516180-
CMYK0.360.2400.69
HSL219.31º22.14%25.69%-
HSV(B)219.31º36.25%31.37%-
XYZ4.484.628.25-
YUV60.18139.19121.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=26.56%
G=31.77%
B=41.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5161800.360.2400.69219.3122.1425.69
Hex333D502418045db161a
Octal6375120443001053332632
Binary11001111110110100001001001100001000101110110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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