Html Css Color HEX #3F5AAA Mariner

📋 copy color: '#3F5AAA'

red 63 ◦ green 90 ◦ blue 170

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

Shades of Mariner #3F5AAA

Tints of Mariner #3F5AAA

RGB

 RED value IS 63 (25% from 255) = 19.5%

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

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

R = 19.5%
G = 27.86%
B = 52.63%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F5AAA (or 0x3F5AAA) is known color: Mariner. HEX triplet: 3F, 5A and AA. RGB value is (63,90,170). Sum of RGB (Red+Green+Blue) = 63+90+170=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5AAA is #C0A555. Grayscale: #5A5A5A. Windows color (decimal): -12625238 or 11164223. OLE color: 11164223.

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

Color convert

RGB 63 90 170 -
CMYK 0.63 0.47 0 0.33
HSL 224.86º 0.46% 0.46% -
HSV(B) 224.86º 0.63% 0.67% -
XYZ 12.96 11.27 39.52 -
YUV 91.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 63 90 170 0.63 0.47 0 0.33 224.86 0.46 0.46
Hex 3F 5A AA 3F 2F 0 21 E1 2E 2E
Octal 77 132 252 77 57 0 41 341 56 56
Binary 111111 1011010 10101010 111111 101111 0 100001 11100001 101110 101110

Color Harmonies of #3F5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5AAA

Black with #3F5AAA

Text Example


Text Example

White with #3F5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5AAA; }

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

 H1.HeaderClassName
 {
   color: #3F5AAA;
 }
 .AnyTagClassName
 {
   color: #3F5AAA;
 }
</style>

background-color css

<style>
 a { background-color: #3F5AAA; }

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

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

border-color css

<style>
 span { border-color: #3F5AAA; }

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

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