#333C48

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

Shades of Cloud Burst #333C48

Tints of Cloud Burst #333C48

Color information

#333C48 (or 0x333C48) is unknown color: approx Cloud Burst. HEX triplet: 33, 3C and 48. RGB value is (51,60,72). Sum of RGB (Red+Green+Blue) = 51+60+72=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #333C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C48 is #CCC3B7. Grayscale: #3A3A3A. Windows color (decimal): -13419448 or 4734003. OLE color: 4734003.

HSL color Cylindrical-coordinate representation of color #333C48: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333C48 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516072-
CMYK0.290.1700.72
HSL214.29º17.07%24.12%-
HSV(B)214.29º29.17%28.24%-
XYZ4.154.46.76-
YUV58.68135.52122.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=27.87%
G=32.79%
B=39.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5160720.290.1700.72214.2917.0724.12
Hex333C481D11048d61118
Octal6374110352101103262130
Binary1100111111001001000111011000101001000110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,60,72); }

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

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

 a { background-color: rgb(51,60,72); }

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

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

 span { border-color: rgb(51,60,72); }

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