Html Css Color HEX #3F608E Mariner

📋 copy color: '#3F608E'

red 63 ◦ green 96 ◦ blue 142

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

Shades of Mariner #3F608E

Tints of Mariner #3F608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 20.93%
G = 31.89%
B = 47.18%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F608E (or 0x3F608E) is known color: Mariner. HEX triplet: 3F, 60 and 8E. RGB value is (63,96,142). Sum of RGB (Red+Green+Blue) = 63+96+142=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F608E is #C09F71. Grayscale: #5B5B5B. Windows color (decimal): -12623730 or 9330751. OLE color: 9330751.

HSL color Cylindrical-coordinate representation of color #3F608E: hue angle of 214.94º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F608E is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 96 142 -
CMYK 0.56 0.32 0 0.44
HSL 214.94º 0.39% 0.4% -
HSV(B) 214.94º 0.56% 0.56% -
XYZ 11.12 11.38 27.2 -
YUV 91.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 63 96 142 0.56 0.32 0 0.44 214.94 0.39 0.4
Hex 3F 60 8E 38 20 0 2C D7 27 28
Octal 77 140 216 70 40 0 54 327 47 50
Binary 111111 1100000 10001110 111000 100000 0 101100 11010111 100111 101000

Color Harmonies of #3F608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F608E

Black with #3F608E

Text Example


Text Example

White with #3F608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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