Html Css Color HEX #415CAE Mariner

📋 copy color: '#415CAE'

red 65 ◦ green 92 ◦ blue 174

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

Shades of Mariner #415CAE

Tints of Mariner #415CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 19.64%
G = 27.79%
B = 52.57%

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

#415CAE (or 0x415CAE) is known color: Mariner. HEX triplet: 41, 5C and AE. RGB value is (65,92,174). Sum of RGB (Red+Green+Blue) = 65+92+174=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #415CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CAE is #BEA351. Grayscale: #5C5C5C. Windows color (decimal): -12493650 or 11426881. OLE color: 11426881.

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

Color convert

RGB 65 92 174 -
CMYK 0.63 0.47 0 0.32
HSL 225.14º 0.46% 0.47% -
HSV(B) 225.14º 0.63% 0.68% -
XYZ 13.65 11.83 41.61 -
YUV 93.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 65 92 174 0.63 0.47 0 0.32 225.14 0.46 0.47
Hex 41 5C AE 3F 2F 0 20 E1 2E 2F
Octal 101 134 256 77 57 0 40 341 56 57
Binary 1000001 1011100 10101110 111111 101111 0 100000 11100001 101110 101111

Color Harmonies of #415CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CAE

Black with #415CAE

Text Example


Text Example

White with #415CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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