#333D45

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

Shades of Mirage #333D45

Tints of Mirage #333D45

Color information

#333D45 (or 0x333D45) is unknown color: approx Mirage. HEX triplet: 33, 3D and 45. RGB value is (51,61,69). Sum of RGB (Red+Green+Blue) = 51+61+69=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 69 - color contains mainly: blue. Hex color #333D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D45 is #CCC2BA. Grayscale: #3A3A3A. Windows color (decimal): -13419195 or 4537651. OLE color: 4537651.

HSL color Cylindrical-coordinate representation of color #333D45: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #333D45 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB516169-
CMYK0.260.1200.73
HSL206.67º15%23.53%-
HSV(B)206.67º26.09%27.06%-
XYZ4.114.476.28-
YUV58.92133.69122.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=28.18%
G=33.70%
B=38.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5161690.260.1200.73206.671523.53
Hex333D451AC049cff18
Octal6375105321401113171730
Binary11001111110110001011101011000100100111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,61,69); }

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

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

 a { background-color: rgb(51,61,69); }

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

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

 span { border-color: rgb(51,61,69); }

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