Html Css Color HEX #3F529F Mariner

📋 copy color: '#3F529F'

red 63 ◦ green 82 ◦ blue 159

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

Shades of Mariner #3F529F

Tints of Mariner #3F529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 20.72%
G = 26.97%
B = 52.3%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F529F (or 0x3F529F) is known color: Mariner. HEX triplet: 3F, 52 and 9F. RGB value is (63,82,159). Sum of RGB (Red+Green+Blue) = 63+82+159=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F529F is #C0AD60. Grayscale: #545454. Windows color (decimal): -12627297 or 10441279. OLE color: 10441279.

HSL color Cylindrical-coordinate representation of color #3F529F: hue angle of 228.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F529F is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 82 159 -
CMYK 0.60 0.48 0 0.38
HSL 228.13º 0.43% 0.44% -
HSV(B) 228.13º 0.6% 0.62% -
XYZ 11.33 9.59 34.06 -
YUV 85.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 63 82 159 0.60 0.48 0 0.38 228.13 0.43 0.44
Hex 3F 52 9F 3C 30 0 26 E4 2B 2C
Octal 77 122 237 74 60 0 46 344 53 54
Binary 111111 1010010 10011111 111100 110000 0 100110 11100100 101011 101100

Color Harmonies of #3F529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F529F

Black with #3F529F

Text Example


Text Example

White with #3F529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,159); }

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

background-color css

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

 a { background-color: rgb(63,82,159); }

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

border-color css

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

 span { border-color: rgb(63,82,159); }

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