#333E53

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

Shades of Cloud Burst #333E53

Tints of Cloud Burst #333E53

Color information

#333E53 (or 0x333E53) is unknown color: approx Cloud Burst. HEX triplet: 33, 3E and 53. RGB value is (51,62,83). Sum of RGB (Red+Green+Blue) = 51+62+83=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #333E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E53 is #CCC1AC. Grayscale: #3D3D3D. Windows color (decimal): -13418925 or 5455411. OLE color: 5455411.

HSL color Cylindrical-coordinate representation of color #333E53: hue angle of 219.38º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333E53 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB516283-
CMYK0.390.2500.67
HSL219.38º23.88%26.27%-
HSV(B)219.38º38.55%32.55%-
XYZ4.654.778.86-
YUV61.1140.36120.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=26.02%
G=31.63%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5162830.390.2500.67219.3823.8826.27
Hex333E532719043db181a
Octal6376123473101033333032
Binary11001111111010100111001111100101000011110110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,62,83); }

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

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

 a { background-color: rgb(51,62,83); }

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

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

 span { border-color: rgb(51,62,83); }

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