Html Css Color HEX #3765A1 Mariner

📋 copy color: '#3765A1'

red 55 ◦ green 101 ◦ blue 161

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

Shades of Mariner #3765A1

Tints of Mariner #3765A1

RGB

 RED value IS 55 (21.88% from 255) = 17.35%

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

 BLUE value IS 161 (63.28% from 255) = 50.79%

R = 17.35%
G = 31.86%
B = 50.79%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3765A1 (or 0x3765A1) is known color: Mariner. HEX triplet: 37, 65 and A1. RGB value is (55,101,161). Sum of RGB (Red+Green+Blue) = 55+101+161=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #3765A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3765A1 is #C89A5E. Grayscale: #5D5D5D. Windows color (decimal): -13146719 or 10577207. OLE color: 10577207.

HSL color Cylindrical-coordinate representation of color #3765A1: hue angle of 213.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3765A1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 101 161 -
CMYK 0.66 0.37 0 0.37
HSL 213.96º 0.49% 0.42% -
HSV(B) 213.96º 0.66% 0.63% -
XYZ 12.66 12.69 35.5 -
YUV 94.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 55 101 161 0.66 0.37 0 0.37 213.96 0.49 0.42
Hex 37 65 A1 42 25 0 25 D6 31 2A
Octal 67 145 241 102 45 0 45 326 61 52
Binary 110111 1100101 10100001 1000010 100101 0 100101 11010110 110001 101010

Color Harmonies of #3765A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765A1

Black with #3765A1

Text Example


Text Example

White with #3765A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3765A1; }

 p { color: rgb(55,101,161); }

 H1.HeaderClassName
 {
   color: #3765A1;
 }
 .AnyTagClassName
 {
   color: #3765A1;
 }
</style>

background-color css

<style>
 a { background-color: #3765A1; }

 a { background-color: rgb(55,101,161); }

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

border-color css

<style>
 span { border-color: #3765A1; }

 span { border-color: rgb(55,101,161); }

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