Html Css Color HEX #445B91 Mariner

📋 copy color: '#445B91'

red 68 ◦ green 91 ◦ blue 145

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

Shades of Mariner #445B91

Tints of Mariner #445B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 22.37%
G = 29.93%
B = 47.7%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445B91 (or 0x445B91) is known color: Mariner. HEX triplet: 44, 5B and 91. RGB value is (68,91,145). Sum of RGB (Red+Green+Blue) = 68+91+145=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #445B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B91 is #BBA46E. Grayscale: #5A5A5A. Windows color (decimal): -12297327 or 9526084. OLE color: 9526084.

HSL color Cylindrical-coordinate representation of color #445B91: hue angle of 222.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445B91 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 91 145 -
CMYK 0.53 0.37 0 0.43
HSL 222.08º 0.36% 0.42% -
HSV(B) 222.08º 0.53% 0.57% -
XYZ 11.24 10.76 28.27 -
YUV 90.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 68 91 145 0.53 0.37 0 0.43 222.08 0.36 0.42
Hex 44 5B 91 35 25 0 2B DE 24 2A
Octal 104 133 221 65 45 0 53 336 44 52
Binary 1000100 1011011 10010001 110101 100101 0 101011 11011110 100100 101010

Color Harmonies of #445B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B91

Black with #445B91

Text Example


Text Example

White with #445B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B91; }

 p { color: rgb(68,91,145); }

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

background-color css

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

 a { background-color: rgb(68,91,145); }

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

border-color css

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

 span { border-color: rgb(68,91,145); }

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