Html Css Color HEX #445C9D Mariner

📋 copy color: '#445C9D'

red 68 ◦ green 92 ◦ blue 157

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

Shades of Mariner #445C9D

Tints of Mariner #445C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 21.45%
G = 29.02%
B = 49.53%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#445C9D (or 0x445C9D) is known color: Mariner. HEX triplet: 44, 5C and 9D. RGB value is (68,92,157). Sum of RGB (Red+Green+Blue) = 68+92+157=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #445C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C9D is #BBA362. Grayscale: #5B5B5B. Windows color (decimal): -12297059 or 10312772. OLE color: 10312772.

HSL color Cylindrical-coordinate representation of color #445C9D: hue angle of 223.82º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445C9D is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 92 157 -
CMYK 0.57 0.41 0 0.38
HSL 223.82º 0.4% 0.44% -
HSV(B) 223.82º 0.57% 0.62% -
XYZ 12.3 11.32 33.43 -
YUV 92.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 68 92 157 0.57 0.41 0 0.38 223.82 0.4 0.44
Hex 44 5C 9D 39 29 0 26 E0 28 2C
Octal 104 134 235 71 51 0 46 340 50 54
Binary 1000100 1011100 10011101 111001 101001 0 100110 11100000 101000 101100

Color Harmonies of #445C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C9D

Black with #445C9D

Text Example


Text Example

White with #445C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,92,157); }

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

background-color css

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

 a { background-color: rgb(68,92,157); }

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

border-color css

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

 span { border-color: rgb(68,92,157); }

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