#333C4F

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

Shades of Cloud Burst #333C4F

Tints of Cloud Burst #333C4F

Color information

#333C4F (or 0x333C4F) is unknown color: approx Cloud Burst. HEX triplet: 33, 3C and 4F. RGB value is (51,60,79). Sum of RGB (Red+Green+Blue) = 51+60+79=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #333C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C4F is #CCC3B0. Grayscale: #3B3B3B. Windows color (decimal): -13419441 or 5192755. OLE color: 5192755.

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

Color convert

RGB516079-
CMYK0.350.2400.69
HSL220.71º21.54%25.49%-
HSV(B)220.71º35.44%30.98%-
XYZ4.394.58.03-
YUV59.47139.02121.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=26.84%
G=31.58%
B=41.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5160790.350.2400.69220.7121.5425.49
Hex333C4F2318045dd1619
Octal6374117433001053352631
Binary11001111110010011111000111100001000101110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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