Html Css Color HEX #445DAE Mariner

📋 copy color: '#445DAE'

red 68 ◦ green 93 ◦ blue 174

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

Shades of Mariner #445DAE

Tints of Mariner #445DAE

RGB

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

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

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

R = 20.3%
G = 27.76%
B = 51.94%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#445DAE (or 0x445DAE) is known color: Mariner. HEX triplet: 44, 5D and AE. RGB value is (68,93,174). Sum of RGB (Red+Green+Blue) = 68+93+174=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #445DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DAE is #BBA251. Grayscale: #5E5E5E. Windows color (decimal): -12296786 or 11427140. OLE color: 11427140.

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

Color convert

RGB 68 93 174 -
CMYK 0.61 0.47 0 0.32
HSL 225.85º 0.44% 0.47% -
HSV(B) 225.85º 0.61% 0.68% -
XYZ 13.94 12.11 41.65 -
YUV 94.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 68 93 174 0.61 0.47 0 0.32 225.85 0.44 0.47
Hex 44 5D AE 3D 2F 0 20 E2 2C 2F
Octal 104 135 256 75 57 0 40 342 54 57
Binary 1000100 1011101 10101110 111101 101111 0 100000 11100010 101100 101111

Color Harmonies of #445DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DAE

Black with #445DAE

Text Example


Text Example

White with #445DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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