Html Css Color HEX #445DA2 Mariner

📋 copy color: '#445DA2'

red 68 ◦ green 93 ◦ blue 162

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

Shades of Mariner #445DA2

Tints of Mariner #445DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.15%

R = 21.05%
G = 28.79%
B = 50.15%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#445DA2 (or 0x445DA2) is known color: Mariner. HEX triplet: 44, 5D and A2. RGB value is (68,93,162). Sum of RGB (Red+Green+Blue) = 68+93+162=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #445DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DA2 is #BBA25D. Grayscale: #5D5D5D. Windows color (decimal): -12296798 or 10640708. OLE color: 10640708.

HSL color Cylindrical-coordinate representation of color #445DA2: hue angle of 224.04º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #445DA2 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 93 162 -
CMYK 0.58 0.43 0 0.36
HSL 224.04º 0.41% 0.45% -
HSV(B) 224.04º 0.58% 0.64% -
XYZ 12.82 11.67 35.76 -
YUV 93.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 68 93 162 0.58 0.43 0 0.36 224.04 0.41 0.45
Hex 44 5D A2 3A 2B 0 24 E0 29 2D
Octal 104 135 242 72 53 0 44 340 51 55
Binary 1000100 1011101 10100010 111010 101011 0 100100 11100000 101001 101101

Color Harmonies of #445DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DA2

Black with #445DA2

Text Example


Text Example

White with #445DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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