Html Css Color HEX #41589E Mariner

📋 copy color: '#41589E'

red 65 ◦ green 88 ◦ blue 158

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

Shades of Mariner #41589E

Tints of Mariner #41589E

RGB

 RED value IS 65 (25.78% from 255) = 20.9%

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

 BLUE value IS 158 (62.11% from 255) = 50.8%

R = 20.9%
G = 28.3%
B = 50.8%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41589E (or 0x41589E) is known color: Mariner. HEX triplet: 41, 58 and 9E. RGB value is (65,88,158). Sum of RGB (Red+Green+Blue) = 65+88+158=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #41589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41589E is #BEA761. Grayscale: #585858. Windows color (decimal): -12494690 or 10377281. OLE color: 10377281.

HSL color Cylindrical-coordinate representation of color #41589E: hue angle of 225.16º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41589E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 88 158 -
CMYK 0.59 0.44 0 0.38
HSL 225.16º 0.42% 0.44% -
HSV(B) 225.16º 0.59% 0.62% -
XYZ 11.84 10.57 33.76 -
YUV 89.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 65 88 158 0.59 0.44 0 0.38 225.16 0.42 0.44
Hex 41 58 9E 3B 2C 0 26 E1 2A 2C
Octal 101 130 236 73 54 0 46 341 52 54
Binary 1000001 1011000 10011110 111011 101100 0 100110 11100001 101010 101100

Color Harmonies of #41589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41589E

Black with #41589E

Text Example


Text Example

White with #41589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41589E; }

 p { color: rgb(65,88,158); }

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

background-color css

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

 a { background-color: rgb(65,88,158); }

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

border-color css

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

 span { border-color: rgb(65,88,158); }

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