Html Css Color HEX #3F6095 Mariner

📋 copy color: '#3F6095'

red 63 ◦ green 96 ◦ blue 149

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

Shades of Mariner #3F6095

Tints of Mariner #3F6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 20.45%
G = 31.17%
B = 48.38%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F6095 (or 0x3F6095) is known color: Mariner. HEX triplet: 3F, 60 and 95. RGB value is (63,96,149). Sum of RGB (Red+Green+Blue) = 63+96+149=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6095 is #C09F6A. Grayscale: #5B5B5B. Windows color (decimal): -12623723 or 9789503. OLE color: 9789503.

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

Color convert

RGB 63 96 149 -
CMYK 0.58 0.36 0 0.42
HSL 216.98º 0.41% 0.42% -
HSV(B) 216.98º 0.58% 0.58% -
XYZ 11.66 11.59 30.06 -
YUV 92.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 63 96 149 0.58 0.36 0 0.42 216.98 0.41 0.42
Hex 3F 60 95 3A 24 0 2A D9 29 2A
Octal 77 140 225 72 44 0 52 331 51 52
Binary 111111 1100000 10010101 111010 100100 0 101010 11011001 101001 101010

Color Harmonies of #3F6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6095

Black with #3F6095

Text Example


Text Example

White with #3F6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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