#303B44

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

Shades of Mirage #303B44

Tints of Mirage #303B44

Color information

#303B44 (or 0x303B44) is unknown color: approx Mirage. HEX triplet: 30, 3B and 44. RGB value is (48,59,68). Sum of RGB (Red+Green+Blue) = 48+59+68=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 68 - color contains mainly: blue. Hex color #303B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B44 is #CFC4BB. Grayscale: #383838. Windows color (decimal): -13616316 or 4471600. OLE color: 4471600.

HSL color Cylindrical-coordinate representation of color #303B44: hue angle of 207º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #303B44 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB485968-
CMYK0.290.1300.73
HSL207º17.24%22.75%-
HSV(B)207º29.41%26.67%-
XYZ3.834.176.07-
YUV56.74134.36121.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=27.43%
G=33.71%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4859680.290.1300.7320717.2422.75
Hex303B441DD049cf1117
Octal6073104351501113172127
Binary110000111011100010011101110101001001110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B44; }

 p { color: rgb(48,59,68); }

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

<style>
 a { background-color: #303B44; }

 a { background-color: rgb(48,59,68); }

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

<style>
 span { border-color: #303B44; }

 span { border-color: rgb(48,59,68); }

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