Html Css Color HEX #445894 Mariner

📋 copy color: '#445894'

red 68 ◦ green 88 ◦ blue 148

#445894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #445894

Tints of Mariner #445894

RGB

 RED value IS 68 (26.95% from 255) = 22.37%

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 22.37%
G = 28.95%
B = 48.68%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#445894 (or 0x445894) is known color: Mariner. HEX triplet: 44, 58 and 94. RGB value is (68,88,148). Sum of RGB (Red+Green+Blue) = 68+88+148=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #445894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445894 is #BBA76B. Grayscale: #585858. Windows color (decimal): -12298092 or 9721924. OLE color: 9721924.

HSL color Cylindrical-coordinate representation of color #445894: hue angle of 225º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #445894 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 88 148 -
CMYK 0.54 0.41 0 0.42
HSL 225º 0.37% 0.42% -
HSV(B) 225º 0.54% 0.58% -
XYZ 11.22 10.35 29.42 -
YUV 88.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 68 88 148 0.54 0.41 0 0.42 225 0.37 0.42
Hex 44 58 94 36 29 0 2A E1 25 2A
Octal 104 130 224 66 51 0 52 341 45 52
Binary 1000100 1011000 10010100 110110 101001 0 101010 11100001 100101 101010

Color Harmonies of #445894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445894

Black with #445894

Text Example


Text Example

White with #445894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445894; }

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

 H1.HeaderClassName
 {
   color: #445894;
 }
 .AnyTagClassName
 {
   color: #445894;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #445894;
 }
 .BgClassName
 {
   background-color: #445894;
 }
</style>

border-color css

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

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

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