Html Css Color HEX #415898 Mariner

📋 copy color: '#415898'

red 65 ◦ green 88 ◦ blue 152

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

Shades of Mariner #415898

Tints of Mariner #415898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 21.31%
G = 28.85%
B = 49.84%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#415898 (or 0x415898) is known color: Mariner. HEX triplet: 41, 58 and 98. RGB value is (65,88,152). Sum of RGB (Red+Green+Blue) = 65+88+152=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #415898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415898 is #BEA767. Grayscale: #585858. Windows color (decimal): -12494696 or 9984065. OLE color: 9984065.

HSL color Cylindrical-coordinate representation of color #415898: hue angle of 224.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415898 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 88 152 -
CMYK 0.57 0.42 0 0.40
HSL 224.14º 0.4% 0.43% -
HSV(B) 224.14º 0.57% 0.6% -
XYZ 11.34 10.37 31.11 -
YUV 88.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 65 88 152 0.57 0.42 0 0.40 224.14 0.4 0.43
Hex 41 58 98 39 2A 0 28 E0 28 2B
Octal 101 130 230 71 52 0 50 340 50 53
Binary 1000001 1011000 10011000 111001 101010 0 101000 11100000 101000 101011

Color Harmonies of #415898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415898

Black with #415898

Text Example


Text Example

White with #415898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415898; }

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

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

background-color css

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

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

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

border-color css

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

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

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