Html Css Color HEX #41569D Mariner

📋 copy color: '#41569D'

red 65 ◦ green 86 ◦ blue 157

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

Shades of Mariner #41569D

Tints of Mariner #41569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

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

R = 21.1%
G = 27.92%
B = 50.97%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41569D (or 0x41569D) is known color: Mariner. HEX triplet: 41, 56 and 9D. RGB value is (65,86,157). Sum of RGB (Red+Green+Blue) = 65+86+157=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #41569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41569D is #BEA962. Grayscale: #575757. Windows color (decimal): -12495203 or 10311233. OLE color: 10311233.

HSL color Cylindrical-coordinate representation of color #41569D: hue angle of 226.3º degrees, saturation: 0.41, 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 #41569D is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 86 157 -
CMYK 0.59 0.45 0 0.38
HSL 226.3º 0.41% 0.44% -
HSV(B) 226.3º 0.59% 0.62% -
XYZ 11.59 10.21 33.26 -
YUV 87.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 65 86 157 0.59 0.45 0 0.38 226.3 0.41 0.44
Hex 41 56 9D 3B 2D 0 26 E2 29 2C
Octal 101 126 235 73 55 0 46 342 51 54
Binary 1000001 1010110 10011101 111011 101101 0 100110 11100010 101001 101100

Color Harmonies of #41569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41569D

Black with #41569D

Text Example


Text Example

White with #41569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41569D; }

 p { color: rgb(65,86,157); }

 H1.HeaderClassName
 {
   color: #41569D;
 }
 .AnyTagClassName
 {
   color: #41569D;
 }
</style>

background-color css

<style>
 a { background-color: #41569D; }

 a { background-color: rgb(65,86,157); }

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

border-color css

<style>
 span { border-color: #41569D; }

 span { border-color: rgb(65,86,157); }

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