Html Css Color HEX #445CAD Mariner

📋 copy color: '#445CAD'

red 68 ◦ green 92 ◦ blue 173

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

Shades of Mariner #445CAD

Tints of Mariner #445CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 20.42%
G = 27.63%
B = 51.95%

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

#445CAD (or 0x445CAD) is known color: Mariner. HEX triplet: 44, 5C and AD. RGB value is (68,92,173). Sum of RGB (Red+Green+Blue) = 68+92+173=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #445CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445CAD is #BBA352. Grayscale: #5D5D5D. Windows color (decimal): -12297043 or 11361348. OLE color: 11361348.

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

Color convert

RGB 68 92 173 -
CMYK 0.61 0.47 0 0.32
HSL 226.29º 0.44% 0.47% -
HSV(B) 226.29º 0.61% 0.68% -
XYZ 13.75 11.9 41.11 -
YUV 94.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 68 92 173 0.61 0.47 0 0.32 226.29 0.44 0.47
Hex 44 5C AD 3D 2F 0 20 E2 2C 2F
Octal 104 134 255 75 57 0 40 342 54 57
Binary 1000100 1011100 10101101 111101 101111 0 100000 11100010 101100 101111

Color Harmonies of #445CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445CAD

Black with #445CAD

Text Example


Text Example

White with #445CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,173); }

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

background-color css

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

 a { background-color: rgb(68,92,173); }

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

border-color css

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

 span { border-color: rgb(68,92,173); }

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