Html Css Color HEX #41559C Mariner

📋 copy color: '#41559C'

red 65 ◦ green 85 ◦ blue 156

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

Shades of Mariner #41559C

Tints of Mariner #41559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.98%

R = 21.24%
G = 27.78%
B = 50.98%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41559C (or 0x41559C) is known color: Mariner. HEX triplet: 41, 55 and 9C. RGB value is (65,85,156). Sum of RGB (Red+Green+Blue) = 65+85+156=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #41559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41559C is #BEAA63. Grayscale: #565656. Windows color (decimal): -12495460 or 10245441. OLE color: 10245441.

HSL color Cylindrical-coordinate representation of color #41559C: hue angle of 226.81º 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 #41559C is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 85 156 -
CMYK 0.58 0.46 0 0.39
HSL 226.81º 0.41% 0.43% -
HSV(B) 226.81º 0.58% 0.61% -
XYZ 11.43 10.02 32.78 -
YUV 87.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 65 85 156 0.58 0.46 0 0.39 226.81 0.41 0.43
Hex 41 55 9C 3A 2E 0 27 E3 29 2B
Octal 101 125 234 72 56 0 47 343 51 53
Binary 1000001 1010101 10011100 111010 101110 0 100111 11100011 101001 101011

Color Harmonies of #41559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41559C

Black with #41559C

Text Example


Text Example

White with #41559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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