Html Css Color HEX #445F98 Mariner

📋 copy color: '#445F98'

red 68 ◦ green 95 ◦ blue 152

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

Shades of Mariner #445F98

Tints of Mariner #445F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

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

R = 21.59%
G = 30.16%
B = 48.25%

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

#445F98 (or 0x445F98) is known color: Mariner. HEX triplet: 44, 5F and 98. RGB value is (68,95,152). Sum of RGB (Red+Green+Blue) = 68+95+152=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #445F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F98 is #BBA067. Grayscale: #5D5D5D. Windows color (decimal): -12296296 or 9985860. OLE color: 9985860.

HSL color Cylindrical-coordinate representation of color #445F98: hue angle of 220.71º 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 #445F98 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 95 152 -
CMYK 0.55 0.38 0 0.40
HSL 220.71º 0.38% 0.43% -
HSV(B) 220.71º 0.55% 0.6% -
XYZ 12.14 11.68 31.32 -
YUV 93.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 68 95 152 0.55 0.38 0 0.40 220.71 0.38 0.43
Hex 44 5F 98 37 26 0 28 DD 26 2B
Octal 104 137 230 67 46 0 50 335 46 53
Binary 1000100 1011111 10011000 110111 100110 0 101000 11011101 100110 101011

Color Harmonies of #445F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445F98

Black with #445F98

Text Example


Text Example

White with #445F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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