Html Css Color HEX #3765AA Mariner

📋 copy color: '#3765AA'

red 55 ◦ green 101 ◦ blue 170

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

Shades of Mariner #3765AA

Tints of Mariner #3765AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 16.87%
G = 30.98%
B = 52.15%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3765AA (or 0x3765AA) is known color: Mariner. HEX triplet: 37, 65 and AA. RGB value is (55,101,170). Sum of RGB (Red+Green+Blue) = 55+101+170=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #3765AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3765AA is #C89A55. Grayscale: #5E5E5E. Windows color (decimal): -13146710 or 11167031. OLE color: 11167031.

HSL color Cylindrical-coordinate representation of color #3765AA: hue angle of 216º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3765AA is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 55 101 170 -
CMYK 0.68 0.41 0 0.33
HSL 216º 0.51% 0.44% -
HSV(B) 216º 0.68% 0.67% -
XYZ 13.48 13.02 39.83 -
YUV 95.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 55 101 170 0.68 0.41 0 0.33 216 0.51 0.44
Hex 37 65 AA 44 29 0 21 D8 33 2C
Octal 67 145 252 104 51 0 41 330 63 54
Binary 110111 1100101 10101010 1000100 101001 0 100001 11011000 110011 101100

Color Harmonies of #3765AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765AA

Black with #3765AA

Text Example


Text Example

White with #3765AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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