Html Css Color HEX #445E9B Mariner

📋 copy color: '#445E9B'

red 68 ◦ green 94 ◦ blue 155

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

Shades of Mariner #445E9B

Tints of Mariner #445E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 21.45%
G = 29.65%
B = 48.9%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#445E9B (or 0x445E9B) is known color: Mariner. HEX triplet: 44, 5E and 9B. RGB value is (68,94,155). Sum of RGB (Red+Green+Blue) = 68+94+155=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #445E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E9B is #BBA164. Grayscale: #5C5C5C. Windows color (decimal): -12296549 or 10182212. OLE color: 10182212.

HSL color Cylindrical-coordinate representation of color #445E9B: hue angle of 222.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #445E9B is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 94 155 -
CMYK 0.56 0.39 0 0.39
HSL 222.07º 0.39% 0.44% -
HSV(B) 222.07º 0.56% 0.61% -
XYZ 12.3 11.6 32.6 -
YUV 93.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 68 94 155 0.56 0.39 0 0.39 222.07 0.39 0.44
Hex 44 5E 9B 38 27 0 27 DE 27 2C
Octal 104 136 233 70 47 0 47 336 47 54
Binary 1000100 1011110 10011011 111000 100111 0 100111 11011110 100111 101100

Color Harmonies of #445E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E9B

Black with #445E9B

Text Example


Text Example

White with #445E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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