Html Css Color HEX #445DA3 Mariner

📋 copy color: '#445DA3'

red 68 ◦ green 93 ◦ blue 163

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

Shades of Mariner #445DA3

Tints of Mariner #445DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.31%

R = 20.99%
G = 28.7%
B = 50.31%

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

#445DA3 (or 0x445DA3) is known color: Mariner. HEX triplet: 44, 5D and A3. RGB value is (68,93,163). Sum of RGB (Red+Green+Blue) = 68+93+163=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #445DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445DA3 is #BBA25C. Grayscale: #5D5D5D. Windows color (decimal): -12296797 or 10706244. OLE color: 10706244.

HSL color Cylindrical-coordinate representation of color #445DA3: hue angle of 224.21º 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 #445DA3 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 93 163 -
CMYK 0.58 0.43 0 0.36
HSL 224.21º 0.41% 0.45% -
HSV(B) 224.21º 0.58% 0.64% -
XYZ 12.91 11.7 36.23 -
YUV 93.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 68 93 163 0.58 0.43 0 0.36 224.21 0.41 0.45
Hex 44 5D A3 3A 2B 0 24 E0 29 2D
Octal 104 135 243 72 53 0 44 340 51 55
Binary 1000100 1011101 10100011 111010 101011 0 100100 11100000 101001 101101

Color Harmonies of #445DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DA3

Black with #445DA3

Text Example


Text Example

White with #445DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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