Html Css Color HEX #445EAE Mariner

📋 copy color: '#445EAE'

red 68 ◦ green 94 ◦ blue 174

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

Shades of Mariner #445EAE

Tints of Mariner #445EAE

RGB

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

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

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

R = 20.24%
G = 27.98%
B = 51.79%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#445EAE (or 0x445EAE) is known color: Mariner. HEX triplet: 44, 5E and AE. RGB value is (68,94,174). Sum of RGB (Red+Green+Blue) = 68+94+174=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #445EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445EAE is #BBA151. Grayscale: #5E5E5E. Windows color (decimal): -12296530 or 11427396. OLE color: 11427396.

HSL color Cylindrical-coordinate representation of color #445EAE: hue angle of 225.28º 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 #445EAE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 94 174 -
CMYK 0.61 0.46 0 0.32
HSL 225.28º 0.44% 0.47% -
HSV(B) 225.28º 0.61% 0.68% -
XYZ 14.03 12.29 41.68 -
YUV 95.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 68 94 174 0.61 0.46 0 0.32 225.28 0.44 0.47
Hex 44 5E AE 3D 2E 0 20 E1 2C 2F
Octal 104 136 256 75 56 0 40 341 54 57
Binary 1000100 1011110 10101110 111101 101110 0 100000 11100001 101100 101111

Color Harmonies of #445EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EAE

Black with #445EAE

Text Example


Text Example

White with #445EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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