Html Css Color HEX #445E98 Mariner

📋 copy color: '#445E98'

red 68 ◦ green 94 ◦ blue 152

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

Shades of Mariner #445E98

Tints of Mariner #445E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 21.66%
G = 29.94%
B = 48.41%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#445E98 (or 0x445E98) is known color: Mariner. HEX triplet: 44, 5E and 98. RGB value is (68,94,152). Sum of RGB (Red+Green+Blue) = 68+94+152=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #445E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E98 is #BBA167. Grayscale: #5C5C5C. Windows color (decimal): -12296552 or 9985604. OLE color: 9985604.

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

Color convert

RGB 68 94 152 -
CMYK 0.55 0.38 0 0.40
HSL 221.43º 0.38% 0.43% -
HSV(B) 221.43º 0.55% 0.6% -
XYZ 12.05 11.5 31.29 -
YUV 92.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 68 94 152 0.55 0.38 0 0.40 221.43 0.38 0.43
Hex 44 5E 98 37 26 0 28 DD 26 2B
Octal 104 136 230 67 46 0 50 335 46 53
Binary 1000100 1011110 10011000 110111 100110 0 101000 11011101 100110 101011

Color Harmonies of #445E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E98

Black with #445E98

Text Example


Text Example

White with #445E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,152); }

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

background-color css

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

 a { background-color: rgb(68,94,152); }

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

border-color css

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

 span { border-color: rgb(68,94,152); }

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