Html Css Color HEX #3F6A9B Mariner

📋 copy color: '#3F6A9B'

red 63 ◦ green 106 ◦ blue 155

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

Shades of Mariner #3F6A9B

Tints of Mariner #3F6A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 19.44%
G = 32.72%
B = 47.84%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F6A9B (or 0x3F6A9B) is known color: Mariner. HEX triplet: 3F, 6A and 9B. RGB value is (63,106,155). Sum of RGB (Red+Green+Blue) = 63+106+155=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F6A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6A9B is #C09564. Grayscale: #626262. Windows color (decimal): -12621157 or 10185279. OLE color: 10185279.

HSL color Cylindrical-coordinate representation of color #3F6A9B: hue angle of 211.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6A9B is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 106 155 -
CMYK 0.59 0.32 0 0.39
HSL 211.96º 0.42% 0.43% -
HSV(B) 211.96º 0.59% 0.61% -
XYZ 13.12 13.73 32.97 -
YUV 98.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 63 106 155 0.59 0.32 0 0.39 211.96 0.42 0.43
Hex 3F 6A 9B 3B 20 0 27 D4 2A 2B
Octal 77 152 233 73 40 0 47 324 52 53
Binary 111111 1101010 10011011 111011 100000 0 100111 11010100 101010 101011

Color Harmonies of #3F6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A9B

Black with #3F6A9B

Text Example


Text Example

White with #3F6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,155); }

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

background-color css

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

 a { background-color: rgb(63,106,155); }

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

border-color css

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

 span { border-color: rgb(63,106,155); }

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