Html Css Color HEX #3D5BA2 Mariner

📋 copy color: '#3D5BA2'

red 61 ◦ green 91 ◦ blue 162

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

Shades of Mariner #3D5BA2

Tints of Mariner #3D5BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 162 (63.67% from 255) = 51.59%

R = 19.43%
G = 28.98%
B = 51.59%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3D5BA2 (or 0x3D5BA2) is known color: Mariner. HEX triplet: 3D, 5B and A2. RGB value is (61,91,162). Sum of RGB (Red+Green+Blue) = 61+91+162=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #3D5BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5BA2 is #C2A45D. Grayscale: #595959. Windows color (decimal): -12756062 or 10640189. OLE color: 10640189.

HSL color Cylindrical-coordinate representation of color #3D5BA2: hue angle of 222.18º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D5BA2 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 61 91 162 -
CMYK 0.62 0.44 0 0.36
HSL 222.18º 0.45% 0.44% -
HSV(B) 222.18º 0.62% 0.64% -
XYZ 12.19 11.08 35.68 -
YUV 90.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 61 91 162 0.62 0.44 0 0.36 222.18 0.45 0.44
Hex 3D 5B A2 3E 2C 0 24 DE 2D 2C
Octal 75 133 242 76 54 0 44 336 55 54
Binary 111101 1011011 10100010 111110 101100 0 100100 11011110 101101 101100

Color Harmonies of #3D5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5BA2

Black with #3D5BA2

Text Example


Text Example

White with #3D5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,91,162); }

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

background-color css

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

 a { background-color: rgb(61,91,162); }

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

border-color css

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

 span { border-color: rgb(61,91,162); }

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