#333D44

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

Shades of Mirage #333D44

Tints of Mirage #333D44

Color information

#333D44 (or 0x333D44) is unknown color: approx Mirage. HEX triplet: 33, 3D and 44. RGB value is (51,61,68). Sum of RGB (Red+Green+Blue) = 51+61+68=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #333D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D44 is #CCC2BB. Grayscale: #3A3A3A. Windows color (decimal): -13419196 or 4472115. OLE color: 4472115.

HSL color Cylindrical-coordinate representation of color #333D44: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #333D44 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB516168-
CMYK0.250.1000.73
HSL204.71º14.29%23.33%-
HSV(B)204.71º25%26.67%-
XYZ4.084.466.11-
YUV58.81133.19122.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=28.33%
G=33.89%
B=37.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5161680.250.1000.73204.7114.2923.33
Hex333D4419A049cde17
Octal6375104311201113151627
Binary11001111110110001001100110100100100111001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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