Html Css Color HEX #3D659A Mariner

📋 copy color: '#3D659A'

red 61 ◦ green 101 ◦ blue 154

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

Shades of Mariner #3D659A

Tints of Mariner #3D659A

RGB

 RED value IS 61 (24.22% from 255) = 19.3%

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 19.3%
G = 31.96%
B = 48.73%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3D659A (or 0x3D659A) is known color: Mariner. HEX triplet: 3D, 65 and 9A. RGB value is (61,101,154). Sum of RGB (Red+Green+Blue) = 61+101+154=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D659A is #C29A65. Grayscale: #5E5E5E. Windows color (decimal): -12753510 or 10118461. OLE color: 10118461.

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

Color convert

RGB 61 101 154 -
CMYK 0.60 0.34 0 0.40
HSL 214.19º 0.43% 0.42% -
HSV(B) 214.19º 0.6% 0.6% -
XYZ 12.41 12.63 32.36 -
YUV 95.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 61 101 154 0.60 0.34 0 0.40 214.19 0.43 0.42
Hex 3D 65 9A 3C 22 0 28 D6 2B 2A
Octal 75 145 232 74 42 0 50 326 53 52
Binary 111101 1100101 10011010 111100 100010 0 101000 11010110 101011 101010

Color Harmonies of #3D659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D659A

Black with #3D659A

Text Example


Text Example

White with #3D659A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,101,154); }

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

background-color css

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

 a { background-color: rgb(61,101,154); }

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

border-color css

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

 span { border-color: rgb(61,101,154); }

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