#333F4D

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

Shades of Cloud Burst #333F4D

Tints of Cloud Burst #333F4D

Color information

#333F4D (or 0x333F4D) is unknown color: approx Cloud Burst. HEX triplet: 33, 3F and 4D. RGB value is (51,63,77). Sum of RGB (Red+Green+Blue) = 51+63+77=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #333F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F4D is #CCC0B2. Grayscale: #3C3C3C. Windows color (decimal): -13418675 or 5062451. OLE color: 5062451.

HSL color Cylindrical-coordinate representation of color #333F4D: hue angle of 212.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #333F4D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB516377-
CMYK0.340.1800.70
HSL212.31º20.31%25.1%-
HSV(B)212.31º33.77%30.2%-
XYZ4.484.797.71-
YUV61.01137.02120.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=26.70%
G=32.98%
B=40.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5163770.340.1800.70212.3120.3125.1
Hex333F4D2212046d41419
Octal6377115422201063242431
Binary11001111111110011011000101001001000110110101001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,63,77); }

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

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

 a { background-color: rgb(51,63,77); }

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

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

 span { border-color: rgb(51,63,77); }

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