Html Css Color HEX #445EA3 Mariner

📋 copy color: '#445EA3'

red 68 ◦ green 94 ◦ blue 163

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

Shades of Mariner #445EA3

Tints of Mariner #445EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.15%

R = 20.92%
G = 28.92%
B = 50.15%

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

#445EA3 (or 0x445EA3) is known color: Mariner. HEX triplet: 44, 5E and A3. RGB value is (68,94,163). Sum of RGB (Red+Green+Blue) = 68+94+163=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #445EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EA3 is #BBA15C. Grayscale: #5D5D5D. Windows color (decimal): -12296541 or 10706500. OLE color: 10706500.

HSL color Cylindrical-coordinate representation of color #445EA3: hue angle of 223.58º 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 #445EA3 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 94 163 -
CMYK 0.58 0.42 0 0.36
HSL 223.58º 0.41% 0.45% -
HSV(B) 223.58º 0.58% 0.64% -
XYZ 13 11.88 36.26 -
YUV 94.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 68 94 163 0.58 0.42 0 0.36 223.58 0.41 0.45
Hex 44 5E A3 3A 2A 0 24 E0 29 2D
Octal 104 136 243 72 52 0 44 340 51 55
Binary 1000100 1011110 10100011 111010 101010 0 100100 11100000 101001 101101

Color Harmonies of #445EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EA3

Black with #445EA3

Text Example


Text Example

White with #445EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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