Html Css Color HEX #3F52AA Mariner

📋 copy color: '#3F52AA'

red 63 ◦ green 82 ◦ blue 170

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

Shades of Mariner #3F52AA

Tints of Mariner #3F52AA

RGB

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

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

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

R = 20%
G = 26.03%
B = 53.97%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F52AA (or 0x3F52AA) is known color: Mariner. HEX triplet: 3F, 52 and AA. RGB value is (63,82,170). Sum of RGB (Red+Green+Blue) = 63+82+170=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F52AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F52AA is #C0AD55. Grayscale: #555555. Windows color (decimal): -12627286 or 11162175. OLE color: 11162175.

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

Color convert

RGB 63 82 170 -
CMYK 0.63 0.52 0 0.33
HSL 229.35º 0.46% 0.46% -
HSV(B) 229.35º 0.63% 0.67% -
XYZ 12.32 9.99 39.31 -
YUV 86.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 63 82 170 0.63 0.52 0 0.33 229.35 0.46 0.46
Hex 3F 52 AA 3F 34 0 21 E5 2E 2E
Octal 77 122 252 77 64 0 41 345 56 56
Binary 111111 1010010 10101010 111111 110100 0 100001 11100101 101110 101110

Color Harmonies of #3F52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F52AA

Black with #3F52AA

Text Example


Text Example

White with #3F52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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