Html Css Color HEX #445AAF Mariner

📋 copy color: '#445AAF'

red 68 ◦ green 90 ◦ blue 175

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

Shades of Mariner #445AAF

Tints of Mariner #445AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 20.42%
G = 27.03%
B = 52.55%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#445AAF (or 0x445AAF) is known color: Mariner. HEX triplet: 44, 5A and AF. RGB value is (68,90,175). Sum of RGB (Red+Green+Blue) = 68+90+175=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #445AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445AAF is #BBA550. Grayscale: #5C5C5C. Windows color (decimal): -12297553 or 11491908. OLE color: 11491908.

HSL color Cylindrical-coordinate representation of color #445AAF: hue angle of 227.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #445AAF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 90 175 -
CMYK 0.61 0.49 0 0.31
HSL 227.66º 0.44% 0.48% -
HSV(B) 227.66º 0.61% 0.69% -
XYZ 13.78 11.64 42.08 -
YUV 93.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 68 90 175 0.61 0.49 0 0.31 227.66 0.44 0.48
Hex 44 5A AF 3D 31 0 1F E4 2C 30
Octal 104 132 257 75 61 0 37 344 54 60
Binary 1000100 1011010 10101111 111101 110001 0 11111 11100100 101100 110000

Color Harmonies of #445AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AAF

Black with #445AAF

Text Example


Text Example

White with #445AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,90,175); }

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

background-color css

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

 a { background-color: rgb(68,90,175); }

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

border-color css

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

 span { border-color: rgb(68,90,175); }

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