Html Css Color HEX #3765AE Mariner

📋 copy color: '#3765AE'

red 55 ◦ green 101 ◦ blue 174

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

Shades of Mariner #3765AE

Tints of Mariner #3765AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 16.67%
G = 30.61%
B = 52.73%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3765AE (or 0x3765AE) is known color: Mariner. HEX triplet: 37, 65 and AE. RGB value is (55,101,174). Sum of RGB (Red+Green+Blue) = 55+101+174=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #3765AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3765AE is #C89A51. Grayscale: #5F5F5F. Windows color (decimal): -13146706 or 11429175. OLE color: 11429175.

HSL color Cylindrical-coordinate representation of color #3765AE: hue angle of 216.81º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3765AE is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 101 174 -
CMYK 0.68 0.42 0 0.32
HSL 216.81º 0.52% 0.45% -
HSV(B) 216.81º 0.68% 0.68% -
XYZ 13.87 13.18 41.86 -
YUV 95.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 55 101 174 0.68 0.42 0 0.32 216.81 0.52 0.45
Hex 37 65 AE 44 2A 0 20 D9 34 2D
Octal 67 145 256 104 52 0 40 331 64 55
Binary 110111 1100101 10101110 1000100 101010 0 100000 11011001 110100 101101

Color Harmonies of #3765AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3765AE

Black with #3765AE

Text Example


Text Example

White with #3765AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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