Html Css Color HEX #3F55AA Mariner

📋 copy color: '#3F55AA'

red 63 ◦ green 85 ◦ blue 170

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

Shades of Mariner #3F55AA

Tints of Mariner #3F55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 19.81%
G = 26.73%
B = 53.46%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F55AA (or 0x3F55AA) is known color: Mariner. HEX triplet: 3F, 55 and AA. RGB value is (63,85,170). Sum of RGB (Red+Green+Blue) = 63+85+170=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F55AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F55AA is #C0AA55. Grayscale: #575757. Windows color (decimal): -12626518 or 11162943. OLE color: 11162943.

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

Color convert

RGB 63 85 170 -
CMYK 0.63 0.50 0 0.33
HSL 227.66º 0.46% 0.46% -
HSV(B) 227.66º 0.63% 0.67% -
XYZ 12.55 10.46 39.39 -
YUV 88.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 63 85 170 0.63 0.50 0 0.33 227.66 0.46 0.46
Hex 3F 55 AA 3F 32 0 21 E4 2E 2E
Octal 77 125 252 77 62 0 41 344 56 56
Binary 111111 1010101 10101010 111111 110010 0 100001 11100100 101110 101110

Color Harmonies of #3F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F55AA

Black with #3F55AA

Text Example


Text Example

White with #3F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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