#44589C

Color #44589C Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #44589C

Tints of Mariner #44589C

Color information

#44589C (or 0x44589C) is unknown color: approx Mariner. HEX triplet: 44, 58 and 9C. RGB value is (68,88,156). Sum of RGB (Red+Green+Blue) = 68+88+156=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #44589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44589C is #BBA763. Grayscale: #595959. Windows color (decimal): -12298084 or 10246212. OLE color: 10246212.

HSL color Cylindrical-coordinate representation of color #44589C: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44589C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6888156-
CMYK0.560.4400.39
HSL226.36º39.29%43.92%-
HSV(B)226.36º56.41%61.18%-
XYZ11.8710.6132.87-
YUV89.77165.37112.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 156 (61.33% from 255) = 50%
R=21.79%
G=28.21%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68881560.560.4400.39226.3639.2943.92
Hex44589C382C027e2272c
Octal10413023470540473424754
Binary1000100101100010011100111000101100010011111100010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44589C; }

 p { color: rgb(68,88,156); }

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

<style>
 a { background-color: #44589C; }

 a { background-color: rgb(68,88,156); }

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

<style>
 span { border-color: #44589C; }

 span { border-color: rgb(68,88,156); }

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