Html Css Color HEX #445D91 Mariner

📋 copy color: '#445D91'

red 68 ◦ green 93 ◦ blue 145

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

Shades of Mariner #445D91

Tints of Mariner #445D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 22.22%
G = 30.39%
B = 47.39%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445D91 (or 0x445D91) is known color: Mariner. HEX triplet: 44, 5D and 91. RGB value is (68,93,145). Sum of RGB (Red+Green+Blue) = 68+93+145=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #445D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D91 is #BBA26E. Grayscale: #5B5B5B. Windows color (decimal): -12296815 or 9526596. OLE color: 9526596.

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

Color convert

RGB 68 93 145 -
CMYK 0.53 0.36 0 0.43
HSL 220.52º 0.36% 0.42% -
HSV(B) 220.52º 0.53% 0.57% -
XYZ 11.41 11.1 28.33 -
YUV 91.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 68 93 145 0.53 0.36 0 0.43 220.52 0.36 0.42
Hex 44 5D 91 35 24 0 2B DD 24 2A
Octal 104 135 221 65 44 0 53 335 44 52
Binary 1000100 1011101 10010001 110101 100100 0 101011 11011101 100100 101010

Color Harmonies of #445D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D91

Black with #445D91

Text Example


Text Example

White with #445D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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