Html Css Color HEX #445A91 Mariner

📋 copy color: '#445A91'

red 68 ◦ green 90 ◦ blue 145

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

Shades of Mariner #445A91

Tints of Mariner #445A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 22.44%
G = 29.7%
B = 47.85%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445A91 (or 0x445A91) is known color: Mariner. HEX triplet: 44, 5A and 91. RGB value is (68,90,145). Sum of RGB (Red+Green+Blue) = 68+90+145=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #445A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A91 is #BBA56E. Grayscale: #595959. Windows color (decimal): -12297583 or 9525828. OLE color: 9525828.

HSL color Cylindrical-coordinate representation of color #445A91: hue angle of 222.86º 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 #445A91 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 90 145 -
CMYK 0.53 0.38 0 0.43
HSL 222.86º 0.36% 0.42% -
HSV(B) 222.86º 0.53% 0.57% -
XYZ 11.15 10.59 28.24 -
YUV 89.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 68 90 145 0.53 0.38 0 0.43 222.86 0.36 0.42
Hex 44 5A 91 35 26 0 2B DF 24 2A
Octal 104 132 221 65 46 0 53 337 44 52
Binary 1000100 1011010 10010001 110101 100110 0 101011 11011111 100100 101010

Color Harmonies of #445A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A91

Black with #445A91

Text Example


Text Example

White with #445A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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