Html Css Color HEX #445F91 Mariner

📋 copy color: '#445F91'

red 68 ◦ green 95 ◦ blue 145

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

Shades of Mariner #445F91

Tints of Mariner #445F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

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

R = 22.08%
G = 30.84%
B = 47.08%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445F91 (or 0x445F91) is known color: Mariner. HEX triplet: 44, 5F and 91. RGB value is (68,95,145). Sum of RGB (Red+Green+Blue) = 68+95+145=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #445F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F91 is #BBA06E. Grayscale: #5C5C5C. Windows color (decimal): -12296303 or 9527108. OLE color: 9527108.

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

Color convert

RGB 68 95 145 -
CMYK 0.53 0.34 0 0.43
HSL 218.96º 0.36% 0.42% -
HSV(B) 218.96º 0.53% 0.57% -
XYZ 11.59 11.46 28.39 -
YUV 92.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 68 95 145 0.53 0.34 0 0.43 218.96 0.36 0.42
Hex 44 5F 91 35 22 0 2B DB 24 2A
Octal 104 137 221 65 42 0 53 333 44 52
Binary 1000100 1011111 10010001 110101 100010 0 101011 11011011 100100 101010

Color Harmonies of #445F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F91

Black with #445F91

Text Example


Text Example

White with #445F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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