#333B4D

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

Shades of Cloud Burst #333B4D

Tints of Cloud Burst #333B4D

Color information

#333B4D (or 0x333B4D) is unknown color: approx Cloud Burst. HEX triplet: 33, 3B and 4D. RGB value is (51,59,77). Sum of RGB (Red+Green+Blue) = 51+59+77=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #333B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B4D is #CCC4B2. Grayscale: #3A3A3A. Windows color (decimal): -13419699 or 5061427. OLE color: 5061427.

HSL color Cylindrical-coordinate representation of color #333B4D: hue angle of 221.54º 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 #333B4D is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB515977-
CMYK0.340.2300.70
HSL221.54º20.31%25.1%-
HSV(B)221.54º33.77%30.2%-
XYZ4.274.377.64-
YUV58.66138.35122.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=27.27%
G=31.55%
B=41.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5159770.340.2300.70221.5420.3125.1
Hex333B4D2217046de1419
Octal6373115422701063362431
Binary11001111101110011011000101011101000110110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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