Html Css Color HEX #415CAA Mariner

📋 copy color: '#415CAA'

red 65 ◦ green 92 ◦ blue 170

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

Shades of Mariner #415CAA

Tints of Mariner #415CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 19.88%
G = 28.13%
B = 51.99%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415CAA (or 0x415CAA) is known color: Mariner. HEX triplet: 41, 5C and AA. RGB value is (65,92,170). Sum of RGB (Red+Green+Blue) = 65+92+170=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #415CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CAA is #BEA355. Grayscale: #5C5C5C. Windows color (decimal): -12493654 or 11164737. OLE color: 11164737.

HSL color Cylindrical-coordinate representation of color #415CAA: hue angle of 224.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415CAA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 92 170 -
CMYK 0.62 0.46 0 0.33
HSL 224.57º 0.45% 0.46% -
HSV(B) 224.57º 0.62% 0.67% -
XYZ 13.26 11.68 39.59 -
YUV 92.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 65 92 170 0.62 0.46 0 0.33 224.57 0.45 0.46
Hex 41 5C AA 3E 2E 0 21 E1 2D 2E
Octal 101 134 252 76 56 0 41 341 55 56
Binary 1000001 1011100 10101010 111110 101110 0 100001 11100001 101101 101110

Color Harmonies of #415CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CAA

Black with #415CAA

Text Example


Text Example

White with #415CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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