Html Css Color HEX #3F59AA Mariner

📋 copy color: '#3F59AA'

red 63 ◦ green 89 ◦ blue 170

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

Shades of Mariner #3F59AA

Tints of Mariner #3F59AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 19.57%
G = 27.64%
B = 52.8%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F59AA (or 0x3F59AA) is known color: Mariner. HEX triplet: 3F, 59 and AA. RGB value is (63,89,170). Sum of RGB (Red+Green+Blue) = 63+89+170=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F59AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F59AA is #C0A655. Grayscale: #5A5A5A. Windows color (decimal): -12625494 or 11163967. OLE color: 11163967.

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

Color convert

RGB 63 89 170 -
CMYK 0.63 0.48 0 0.33
HSL 225.42º 0.46% 0.46% -
HSV(B) 225.42º 0.63% 0.67% -
XYZ 12.88 11.1 39.49 -
YUV 90.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 63 89 170 0.63 0.48 0 0.33 225.42 0.46 0.46
Hex 3F 59 AA 3F 30 0 21 E1 2E 2E
Octal 77 131 252 77 60 0 41 341 56 56
Binary 111111 1011001 10101010 111111 110000 0 100001 11100001 101110 101110

Color Harmonies of #3F59AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F59AA

Black with #3F59AA

Text Example


Text Example

White with #3F59AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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