Html Css Color HEX #41559B Mariner

📋 copy color: '#41559B'

red 65 ◦ green 85 ◦ blue 155

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

Shades of Mariner #41559B

Tints of Mariner #41559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 21.31%
G = 27.87%
B = 50.82%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41559B (or 0x41559B) is known color: Mariner. HEX triplet: 41, 55 and 9B. RGB value is (65,85,155). Sum of RGB (Red+Green+Blue) = 65+85+155=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #41559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41559B is #BEAA64. Grayscale: #565656. Windows color (decimal): -12495461 or 10179905. OLE color: 10179905.

HSL color Cylindrical-coordinate representation of color #41559B: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41559B is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 85 155 -
CMYK 0.58 0.45 0 0.39
HSL 226.67º 0.41% 0.43% -
HSV(B) 226.67º 0.58% 0.61% -
XYZ 11.34 9.99 32.34 -
YUV 87 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 65 85 155 0.58 0.45 0 0.39 226.67 0.41 0.43
Hex 41 55 9B 3A 2D 0 27 E3 29 2B
Octal 101 125 233 72 55 0 47 343 51 53
Binary 1000001 1010101 10011011 111010 101101 0 100111 11100011 101001 101011

Color Harmonies of #41559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41559B

Black with #41559B

Text Example


Text Example

White with #41559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41559B; }

 p { color: rgb(65,85,155); }

 H1.HeaderClassName
 {
   color: #41559B;
 }
 .AnyTagClassName
 {
   color: #41559B;
 }
</style>

background-color css

<style>
 a { background-color: #41559B; }

 a { background-color: rgb(65,85,155); }

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

border-color css

<style>
 span { border-color: #41559B; }

 span { border-color: rgb(65,85,155); }

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