Html Css Color HEX #445FAE Mariner

📋 copy color: '#445FAE'

red 68 ◦ green 95 ◦ blue 174

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

Shades of Mariner #445FAE

Tints of Mariner #445FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 20.18%
G = 28.19%
B = 51.63%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#445FAE (or 0x445FAE) is known color: Mariner. HEX triplet: 44, 5F and AE. RGB value is (68,95,174). Sum of RGB (Red+Green+Blue) = 68+95+174=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #445FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445FAE is #BBA051. Grayscale: #5F5F5F. Windows color (decimal): -12296274 or 11427652. OLE color: 11427652.

HSL color Cylindrical-coordinate representation of color #445FAE: hue angle of 224.72º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445FAE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 95 174 -
CMYK 0.61 0.45 0 0.32
HSL 224.72º 0.44% 0.47% -
HSV(B) 224.72º 0.61% 0.68% -
XYZ 14.12 12.47 41.71 -
YUV 95.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 68 95 174 0.61 0.45 0 0.32 224.72 0.44 0.47
Hex 44 5F AE 3D 2D 0 20 E1 2C 2F
Octal 104 137 256 75 55 0 40 341 54 57
Binary 1000100 1011111 10101110 111101 101101 0 100000 11100001 101100 101111

Color Harmonies of #445FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FAE

Black with #445FAE

Text Example


Text Example

White with #445FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,174); }

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

background-color css

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

 a { background-color: rgb(68,95,174); }

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

border-color css

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

 span { border-color: rgb(68,95,174); }

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