Html Css Color HEX #445EA0 Mariner

📋 copy color: '#445EA0'

red 68 ◦ green 94 ◦ blue 160

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

Shades of Mariner #445EA0

Tints of Mariner #445EA0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 160 (62.89% from 255) = 49.69%

R = 21.12%
G = 29.19%
B = 49.69%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#445EA0 (or 0x445EA0) is known color: Mariner. HEX triplet: 44, 5E and A0. RGB value is (68,94,160). Sum of RGB (Red+Green+Blue) = 68+94+160=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #445EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA0 is #BBA15F. Grayscale: #5D5D5D. Windows color (decimal): -12296544 or 10509892. OLE color: 10509892.

HSL color Cylindrical-coordinate representation of color #445EA0: hue angle of 223.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445EA0 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 94 160 -
CMYK 0.57 0.41 0 0.37
HSL 223.04º 0.4% 0.45% -
HSV(B) 223.04º 0.58% 0.63% -
XYZ 12.73 11.77 34.86 -
YUV 93.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 68 94 160 0.57 0.41 0 0.37 223.04 0.4 0.45
Hex 44 5E A0 39 29 0 25 DF 28 2D
Octal 104 136 240 71 51 0 45 337 50 55
Binary 1000100 1011110 10100000 111001 101001 0 100101 11011111 101000 101101

Color Harmonies of #445EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EA0

Black with #445EA0

Text Example


Text Example

White with #445EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,160); }

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

background-color css

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

 a { background-color: rgb(68,94,160); }

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

border-color css

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

 span { border-color: rgb(68,94,160); }

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