Html Css Color HEX #3F6696 Mariner

📋 copy color: '#3F6696'

red 63 ◦ green 102 ◦ blue 150

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

Shades of Mariner #3F6696

Tints of Mariner #3F6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.38%

 BLUE value IS 150 (58.98% from 255) = 47.62%

R = 20%
G = 32.38%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F6696 (or 0x3F6696) is known color: Mariner. HEX triplet: 3F, 66 and 96. RGB value is (63,102,150). Sum of RGB (Red+Green+Blue) = 63+102+150=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F6696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6696 is #C09969. Grayscale: #5F5F5F. Windows color (decimal): -12622186 or 9856575. OLE color: 9856575.

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

Color convert

RGB 63 102 150 -
CMYK 0.58 0.32 0 0.41
HSL 213.1º 0.41% 0.42% -
HSV(B) 213.1º 0.58% 0.59% -
XYZ 12.31 12.76 30.67 -
YUV 95.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 63 102 150 0.58 0.32 0 0.41 213.1 0.41 0.42
Hex 3F 66 96 3A 20 0 29 D5 29 2A
Octal 77 146 226 72 40 0 51 325 51 52
Binary 111111 1100110 10010110 111010 100000 0 101001 11010101 101001 101010

Color Harmonies of #3F6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6696

Black with #3F6696

Text Example


Text Example

White with #3F6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,150); }

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

background-color css

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

 a { background-color: rgb(63,102,150); }

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

border-color css

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

 span { border-color: rgb(63,102,150); }

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