Html Css Color HEX #415DAE Mariner

📋 copy color: '#415DAE'

red 65 ◦ green 93 ◦ blue 174

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

Shades of Mariner #415DAE

Tints of Mariner #415DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 19.58%
G = 28.01%
B = 52.41%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415DAE (or 0x415DAE) is known color: Mariner. HEX triplet: 41, 5D and AE. RGB value is (65,93,174). Sum of RGB (Red+Green+Blue) = 65+93+174=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #415DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DAE is #BEA251. Grayscale: #5D5D5D. Windows color (decimal): -12493394 or 11427137. OLE color: 11427137.

HSL color Cylindrical-coordinate representation of color #415DAE: hue angle of 224.59º 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 #415DAE is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 93 174 -
CMYK 0.63 0.47 0 0.32
HSL 224.59º 0.46% 0.47% -
HSV(B) 224.59º 0.63% 0.68% -
XYZ 13.73 12.01 41.64 -
YUV 93.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 65 93 174 0.63 0.47 0 0.32 224.59 0.46 0.47
Hex 41 5D AE 3F 2F 0 20 E1 2E 2F
Octal 101 135 256 77 57 0 40 341 56 57
Binary 1000001 1011101 10101110 111111 101111 0 100000 11100001 101110 101111

Color Harmonies of #415DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DAE

Black with #415DAE

Text Example


Text Example

White with #415DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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