Html Css Color HEX #3F64AA Mariner

📋 copy color: '#3F64AA'

red 63 ◦ green 100 ◦ blue 170

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

Shades of Mariner #3F64AA

Tints of Mariner #3F64AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 18.92%
G = 30.03%
B = 51.05%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F64AA (or 0x3F64AA) is known color: Mariner. HEX triplet: 3F, 64 and AA. RGB value is (63,100,170). Sum of RGB (Red+Green+Blue) = 63+100+170=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F64AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F64AA is #C09B55. Grayscale: #606060. Windows color (decimal): -12622678 or 11166783. OLE color: 11166783.

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

Color convert

RGB 63 100 170 -
CMYK 0.63 0.41 0 0.33
HSL 219.25º 0.46% 0.46% -
HSV(B) 219.25º 0.63% 0.67% -
XYZ 13.86 13.07 39.82 -
YUV 96.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 63 100 170 0.63 0.41 0 0.33 219.25 0.46 0.46
Hex 3F 64 AA 3F 29 0 21 DB 2E 2E
Octal 77 144 252 77 51 0 41 333 56 56
Binary 111111 1100100 10101010 111111 101001 0 100001 11011011 101110 101110

Color Harmonies of #3F64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F64AA

Black with #3F64AA

Text Example


Text Example

White with #3F64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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