Html Css Color HEX #41608E Mariner

📋 copy color: '#41608E'

red 65 ◦ green 96 ◦ blue 142

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

Shades of Mariner #41608E

Tints of Mariner #41608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 21.45%
G = 31.68%
B = 46.86%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41608E (or 0x41608E) is known color: Mariner. HEX triplet: 41, 60 and 8E. RGB value is (65,96,142). Sum of RGB (Red+Green+Blue) = 65+96+142=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #41608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41608E is #BE9F71. Grayscale: #5B5B5B. Windows color (decimal): -12492658 or 9330753. OLE color: 9330753.

HSL color Cylindrical-coordinate representation of color #41608E: hue angle of 215.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41608E is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 96 142 -
CMYK 0.54 0.32 0 0.44
HSL 215.84º 0.37% 0.41% -
HSV(B) 215.84º 0.54% 0.56% -
XYZ 11.25 11.44 27.21 -
YUV 91.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 65 96 142 0.54 0.32 0 0.44 215.84 0.37 0.41
Hex 41 60 8E 36 20 0 2C D8 25 29
Octal 101 140 216 66 40 0 54 330 45 51
Binary 1000001 1100000 10001110 110110 100000 0 101100 11011000 100101 101001

Color Harmonies of #41608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41608E

Black with #41608E

Text Example


Text Example

White with #41608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,96,142); }

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

background-color css

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

 a { background-color: rgb(65,96,142); }

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

border-color css

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

 span { border-color: rgb(65,96,142); }

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