Html Css Color HEX #3760AE Mariner

📋 copy color: '#3760AE'

red 55 ◦ green 96 ◦ blue 174

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

Shades of Mariner #3760AE

Tints of Mariner #3760AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 16.92%
G = 29.54%
B = 53.54%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3760AE (or 0x3760AE) is known color: Mariner. HEX triplet: 37, 60 and AE. RGB value is (55,96,174). Sum of RGB (Red+Green+Blue) = 55+96+174=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #3760AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3760AE is #C89F51. Grayscale: #5C5C5C. Windows color (decimal): -13147986 or 11427895. OLE color: 11427895.

HSL color Cylindrical-coordinate representation of color #3760AE: hue angle of 219.33º 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 #3760AE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 96 174 -
CMYK 0.68 0.45 0 0.32
HSL 219.33º 0.52% 0.45% -
HSV(B) 219.33º 0.68% 0.68% -
XYZ 13.4 12.23 41.7 -
YUV 92.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 55 96 174 0.68 0.45 0 0.32 219.33 0.52 0.45
Hex 37 60 AE 44 2D 0 20 DB 34 2D
Octal 67 140 256 104 55 0 40 333 64 55
Binary 110111 1100000 10101110 1000100 101101 0 100000 11011011 110100 101101

Color Harmonies of #3760AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760AE

Black with #3760AE

Text Example


Text Example

White with #3760AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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