Html Css Color HEX #445DAA Mariner

📋 copy color: '#445DAA'

red 68 ◦ green 93 ◦ blue 170

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

Shades of Mariner #445DAA

Tints of Mariner #445DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 20.54%
G = 28.1%
B = 51.36%

CMYK

 C value IS 0.6

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#445DAA (or 0x445DAA) is known color: Mariner. HEX triplet: 44, 5D and AA. RGB value is (68,93,170). Sum of RGB (Red+Green+Blue) = 68+93+170=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #445DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DAA is #BBA255. Grayscale: #5D5D5D. Windows color (decimal): -12296790 or 11164996. OLE color: 11164996.

HSL color Cylindrical-coordinate representation of color #445DAA: hue angle of 225.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445DAA is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 93 170 -
CMYK 0.6 0.45 0 0.33
HSL 225.29º 0.43% 0.47% -
HSV(B) 225.29º 0.6% 0.67% -
XYZ 13.55 11.96 39.62 -
YUV 94.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 68 93 170 0.6 0.45 0 0.33 225.29 0.43 0.47
Hex 44 5D AA 3C 2D 0 21 E1 2B 2F
Octal 104 135 252 74 55 0 41 341 53 57
Binary 1000100 1011101 10101010 111100 101101 0 100001 11100001 101011 101111

Color Harmonies of #445DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DAA

Black with #445DAA

Text Example


Text Example

White with #445DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,93,170); }

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

background-color css

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

 a { background-color: rgb(68,93,170); }

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

border-color css

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

 span { border-color: rgb(68,93,170); }

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