Html Css Color HEX #445C91 Mariner

📋 copy color: '#445C91'

red 68 ◦ green 92 ◦ blue 145

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

Shades of Mariner #445C91

Tints of Mariner #445C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 22.3%
G = 30.16%
B = 47.54%

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

#445C91 (or 0x445C91) is known color: Mariner. HEX triplet: 44, 5C and 91. RGB value is (68,92,145). Sum of RGB (Red+Green+Blue) = 68+92+145=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #445C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C91 is #BBA36E. Grayscale: #5A5A5A. Windows color (decimal): -12297071 or 9526340. OLE color: 9526340.

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

Color convert

RGB 68 92 145 -
CMYK 0.53 0.37 0 0.43
HSL 221.3º 0.36% 0.42% -
HSV(B) 221.3º 0.53% 0.57% -
XYZ 11.32 10.93 28.3 -
YUV 90.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 68 92 145 0.53 0.37 0 0.43 221.3 0.36 0.42
Hex 44 5C 91 35 25 0 2B DD 24 2A
Octal 104 134 221 65 45 0 53 335 44 52
Binary 1000100 1011100 10010001 110101 100101 0 101011 11011101 100100 101010

Color Harmonies of #445C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C91

Black with #445C91

Text Example


Text Example

White with #445C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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