Html Css Color HEX #415AAE Mariner

📋 copy color: '#415AAE'

red 65 ◦ green 90 ◦ blue 174

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

Shades of Mariner #415AAE

Tints of Mariner #415AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 19.76%
G = 27.36%
B = 52.89%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415AAE (or 0x415AAE) is known color: Mariner. HEX triplet: 41, 5A and AE. RGB value is (65,90,174). Sum of RGB (Red+Green+Blue) = 65+90+174=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #415AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AAE is #BEA551. Grayscale: #5B5B5B. Windows color (decimal): -12494162 or 11426369. OLE color: 11426369.

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

Color convert

RGB 65 90 174 -
CMYK 0.63 0.48 0 0.32
HSL 226.24º 0.46% 0.47% -
HSV(B) 226.24º 0.63% 0.68% -
XYZ 13.48 11.49 41.55 -
YUV 92.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 65 90 174 0.63 0.48 0 0.32 226.24 0.46 0.47
Hex 41 5A AE 3F 30 0 20 E2 2E 2F
Octal 101 132 256 77 60 0 40 342 56 57
Binary 1000001 1011010 10101110 111111 110000 0 100000 11100010 101110 101111

Color Harmonies of #415AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AAE

Black with #415AAE

Text Example


Text Example

White with #415AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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