Html Css Color HEX #445C90 Mariner

📋 copy color: '#445C90'

red 68 ◦ green 92 ◦ blue 144

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

Shades of Mariner #445C90

Tints of Mariner #445C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 22.37%
G = 30.26%
B = 47.37%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#445C90 (or 0x445C90) is known color: Mariner. HEX triplet: 44, 5C and 90. RGB value is (68,92,144). Sum of RGB (Red+Green+Blue) = 68+92+144=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #445C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C90 is #BBA36F. Grayscale: #5A5A5A. Windows color (decimal): -12297072 or 9460804. OLE color: 9460804.

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

Color convert

RGB 68 92 144 -
CMYK 0.53 0.36 0 0.44
HSL 221.05º 0.36% 0.42% -
HSV(B) 221.05º 0.53% 0.56% -
XYZ 11.25 10.9 27.9 -
YUV 90.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 68 92 144 0.53 0.36 0 0.44 221.05 0.36 0.42
Hex 44 5C 90 35 24 0 2C DD 24 2A
Octal 104 134 220 65 44 0 54 335 44 52
Binary 1000100 1011100 10010000 110101 100100 0 101100 11011101 100100 101010

Color Harmonies of #445C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C90

Black with #445C90

Text Example


Text Example

White with #445C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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