Html Css Color HEX #445896 Mariner

📋 copy color: '#445896'

red 68 ◦ green 88 ◦ blue 150

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

Shades of Mariner #445896

Tints of Mariner #445896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 22.22%
G = 28.76%
B = 49.02%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#445896 (or 0x445896) is known color: Mariner. HEX triplet: 44, 58 and 96. RGB value is (68,88,150). Sum of RGB (Red+Green+Blue) = 68+88+150=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #445896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445896 is #BBA769. Grayscale: #585858. Windows color (decimal): -12298090 or 9852996. OLE color: 9852996.

HSL color Cylindrical-coordinate representation of color #445896: hue angle of 225.37º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #445896 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 88 150 -
CMYK 0.55 0.41 0 0.41
HSL 225.37º 0.38% 0.43% -
HSV(B) 225.37º 0.55% 0.59% -
XYZ 11.38 10.41 30.26 -
YUV 89.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 68 88 150 0.55 0.41 0 0.41 225.37 0.38 0.43
Hex 44 58 96 37 29 0 29 E1 26 2B
Octal 104 130 226 67 51 0 51 341 46 53
Binary 1000100 1011000 10010110 110111 101001 0 101001 11100001 100110 101011

Color Harmonies of #445896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445896

Black with #445896

Text Example


Text Example

White with #445896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445896; }

 p { color: rgb(68,88,150); }

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

background-color css

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

 a { background-color: rgb(68,88,150); }

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

border-color css

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

 span { border-color: rgb(68,88,150); }

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