Html Css Color HEX #3F53AA Mariner

📋 copy color: '#3F53AA'

red 63 ◦ green 83 ◦ blue 170

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

Shades of Mariner #3F53AA

Tints of Mariner #3F53AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 19.94%
G = 26.27%
B = 53.8%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F53AA (or 0x3F53AA) is known color: Mariner. HEX triplet: 3F, 53 and AA. RGB value is (63,83,170). Sum of RGB (Red+Green+Blue) = 63+83+170=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F53AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F53AA is #C0AC55. Grayscale: #565656. Windows color (decimal): -12627030 or 11162431. OLE color: 11162431.

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

Color convert

RGB 63 83 170 -
CMYK 0.63 0.51 0 0.33
HSL 228.79º 0.46% 0.46% -
HSV(B) 228.79º 0.63% 0.67% -
XYZ 12.4 10.15 39.34 -
YUV 86.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 63 83 170 0.63 0.51 0 0.33 228.79 0.46 0.46
Hex 3F 53 AA 3F 33 0 21 E5 2E 2E
Octal 77 123 252 77 63 0 41 345 56 56
Binary 111111 1010011 10101010 111111 110011 0 100001 11100101 101110 101110

Color Harmonies of #3F53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F53AA

Black with #3F53AA

Text Example


Text Example

White with #3F53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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