#333B4F

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

Shades of Cloud Burst #333B4F

Tints of Cloud Burst #333B4F

Color information

#333B4F (or 0x333B4F) is unknown color: approx Cloud Burst. HEX triplet: 33, 3B and 4F. RGB value is (51,59,79). Sum of RGB (Red+Green+Blue) = 51+59+79=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #333B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B4F is #CCC4B0. Grayscale: #3A3A3A. Windows color (decimal): -13419697 or 5192499. OLE color: 5192499.

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

Color convert

RGB515979-
CMYK0.350.2500.69
HSL222.86º21.54%25.49%-
HSV(B)222.86º35.44%30.98%-
XYZ4.344.48.02-
YUV58.89139.35122.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=26.98%
G=31.22%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5159790.350.2500.69222.8621.5425.49
Hex333B4F2319045df1619
Octal6373117433101053372631
Binary11001111101110011111000111100101000101110111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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