Html Css Color HEX #445BAE Mariner

📋 copy color: '#445BAE'

red 68 ◦ green 91 ◦ blue 174

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

Shades of Mariner #445BAE

Tints of Mariner #445BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

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

R = 20.42%
G = 27.33%
B = 52.25%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#445BAE (or 0x445BAE) is known color: Mariner. HEX triplet: 44, 5B and AE. RGB value is (68,91,174). Sum of RGB (Red+Green+Blue) = 68+91+174=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #445BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445BAE is #BBA451. Grayscale: #5D5D5D. Windows color (decimal): -12297298 or 11426628. OLE color: 11426628.

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

Color convert

RGB 68 91 174 -
CMYK 0.61 0.48 0 0.32
HSL 226.98º 0.44% 0.47% -
HSV(B) 226.98º 0.61% 0.68% -
XYZ 13.76 11.77 41.59 -
YUV 93.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 68 91 174 0.61 0.48 0 0.32 226.98 0.44 0.47
Hex 44 5B AE 3D 30 0 20 E3 2C 2F
Octal 104 133 256 75 60 0 40 343 54 57
Binary 1000100 1011011 10101110 111101 110000 0 100000 11100011 101100 101111

Color Harmonies of #445BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BAE

Black with #445BAE

Text Example


Text Example

White with #445BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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