Html Css Color HEX #415AAA Mariner

📋 copy color: '#415AAA'

red 65 ◦ green 90 ◦ blue 170

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

Shades of Mariner #415AAA

Tints of Mariner #415AAA

RGB

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

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

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

R = 20%
G = 27.69%
B = 52.31%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415AAA (or 0x415AAA) is known color: Mariner. HEX triplet: 41, 5A and AA. RGB value is (65,90,170). Sum of RGB (Red+Green+Blue) = 65+90+170=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #415AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AAA is #BEA555. Grayscale: #5B5B5B. Windows color (decimal): -12494166 or 11164225. OLE color: 11164225.

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

Color convert

RGB 65 90 170 -
CMYK 0.62 0.47 0 0.33
HSL 225.71º 0.45% 0.46% -
HSV(B) 225.71º 0.62% 0.67% -
XYZ 13.09 11.34 39.53 -
YUV 91.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 65 90 170 0.62 0.47 0 0.33 225.71 0.45 0.46
Hex 41 5A AA 3E 2F 0 21 E2 2D 2E
Octal 101 132 252 76 57 0 41 342 55 56
Binary 1000001 1011010 10101010 111110 101111 0 100001 11100010 101101 101110

Color Harmonies of #415AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AAA

Black with #415AAA

Text Example


Text Example

White with #415AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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