Html Css Color HEX #3B619A Mariner

📋 copy color: '#3B619A'

red 59 ◦ green 97 ◦ blue 154

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

Shades of Mariner #3B619A

Tints of Mariner #3B619A

RGB

 RED value IS 59 (23.44% from 255) = 19.03%

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 19.03%
G = 31.29%
B = 49.68%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3B619A (or 0x3B619A) is known color: Mariner. HEX triplet: 3B, 61 and 9A. RGB value is (59,97,154). Sum of RGB (Red+Green+Blue) = 59+97+154=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B619A is #C49E65. Grayscale: #5B5B5B. Windows color (decimal): -12885606 or 10117435. OLE color: 10117435.

HSL color Cylindrical-coordinate representation of color #3B619A: hue angle of 216º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B619A is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 59 97 154 -
CMYK 0.62 0.37 0 0.40
HSL 216º 0.45% 0.42% -
HSV(B) 216º 0.62% 0.6% -
XYZ 11.91 11.81 32.22 -
YUV 92.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 59 97 154 0.62 0.37 0 0.40 216 0.45 0.42
Hex 3B 61 9A 3E 25 0 28 D8 2D 2A
Octal 73 141 232 76 45 0 50 330 55 52
Binary 111011 1100001 10011010 111110 100101 0 101000 11011000 101101 101010

Color Harmonies of #3B619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B619A

Black with #3B619A

Text Example


Text Example

White with #3B619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,97,154); }

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

background-color css

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

 a { background-color: rgb(59,97,154); }

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

border-color css

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

 span { border-color: rgb(59,97,154); }

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