Html Css Color HEX #445EA2 Mariner

📋 copy color: '#445EA2'

red 68 ◦ green 94 ◦ blue 162

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

Shades of Mariner #445EA2

Tints of Mariner #445EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50%

R = 20.99%
G = 29.01%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#445EA2 (or 0x445EA2) is known color: Mariner. HEX triplet: 44, 5E and A2. RGB value is (68,94,162). Sum of RGB (Red+Green+Blue) = 68+94+162=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #445EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA2 is #BBA15D. Grayscale: #5D5D5D. Windows color (decimal): -12296542 or 10640964. OLE color: 10640964.

HSL color Cylindrical-coordinate representation of color #445EA2: hue angle of 223.4º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #445EA2 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 94 162 -
CMYK 0.58 0.42 0 0.36
HSL 223.4º 0.41% 0.45% -
HSV(B) 223.4º 0.58% 0.64% -
XYZ 12.91 11.84 35.79 -
YUV 93.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 68 94 162 0.58 0.42 0 0.36 223.4 0.41 0.45
Hex 44 5E A2 3A 2A 0 24 DF 29 2D
Octal 104 136 242 72 52 0 44 337 51 55
Binary 1000100 1011110 10100010 111010 101010 0 100100 11011111 101001 101101

Color Harmonies of #445EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EA2

Black with #445EA2

Text Example


Text Example

White with #445EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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