Html Css Color HEX #415EAE Mariner

📋 copy color: '#415EAE'

red 65 ◦ green 94 ◦ blue 174

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

Shades of Mariner #415EAE

Tints of Mariner #415EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 19.52%
G = 28.23%
B = 52.25%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415EAE (or 0x415EAE) is known color: Mariner. HEX triplet: 41, 5E and AE. RGB value is (65,94,174). Sum of RGB (Red+Green+Blue) = 65+94+174=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #415EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415EAE is #BEA151. Grayscale: #5E5E5E. Windows color (decimal): -12493138 or 11427393. OLE color: 11427393.

HSL color Cylindrical-coordinate representation of color #415EAE: hue angle of 224.04º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415EAE is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 94 174 -
CMYK 0.63 0.46 0 0.32
HSL 224.04º 0.46% 0.47% -
HSV(B) 224.04º 0.63% 0.68% -
XYZ 13.82 12.19 41.67 -
YUV 94.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 65 94 174 0.63 0.46 0 0.32 224.04 0.46 0.47
Hex 41 5E AE 3F 2E 0 20 E0 2E 2F
Octal 101 136 256 77 56 0 40 340 56 57
Binary 1000001 1011110 10101110 111111 101110 0 100000 11100000 101110 101111

Color Harmonies of #415EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EAE

Black with #415EAE

Text Example


Text Example

White with #415EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415EAE; }

 p { color: rgb(65,94,174); }

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

background-color css

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

 a { background-color: rgb(65,94,174); }

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

border-color css

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

 span { border-color: rgb(65,94,174); }

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