Html Css Color HEX #3F60A3 Mariner

📋 copy color: '#3F60A3'

red 63 ◦ green 96 ◦ blue 163

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

Shades of Mariner #3F60A3

Tints of Mariner #3F60A3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 163 (64.06% from 255) = 50.62%

R = 19.57%
G = 29.81%
B = 50.62%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3F60A3 (or 0x3F60A3) is known color: Mariner. HEX triplet: 3F, 60 and A3. RGB value is (63,96,163). Sum of RGB (Red+Green+Blue) = 63+96+163=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F60A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F60A3 is #C09F5C. Grayscale: #5D5D5D. Windows color (decimal): -12623709 or 10707007. OLE color: 10707007.

HSL color Cylindrical-coordinate representation of color #3F60A3: hue angle of 220.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F60A3 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 96 163 -
CMYK 0.61 0.41 0 0.36
HSL 220.2º 0.44% 0.44% -
HSV(B) 220.2º 0.61% 0.64% -
XYZ 12.84 12.07 36.3 -
YUV 93.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 63 96 163 0.61 0.41 0 0.36 220.2 0.44 0.44
Hex 3F 60 A3 3D 29 0 24 DC 2C 2C
Octal 77 140 243 75 51 0 44 334 54 54
Binary 111111 1100000 10100011 111101 101001 0 100100 11011100 101100 101100

Color Harmonies of #3F60A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F60A3

Black with #3F60A3

Text Example


Text Example

White with #3F60A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,163); }

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

background-color css

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

 a { background-color: rgb(63,96,163); }

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

border-color css

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

 span { border-color: rgb(63,96,163); }

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