#3768B4

Color #3768B4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #3768B4

Tints of Mariner #3768B4

Color information

#3768B4 (or 0x3768B4) is unknown color: approx Mariner. HEX triplet: 37, 68 and B4. RGB value is (55,104,180). Sum of RGB (Red+Green+Blue) = 55+104+180=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #3768B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3768B4 is #C8974B. Grayscale: #616161. Windows color (decimal): -13145932 or 11823159. OLE color: 11823159.

HSL color Cylindrical-coordinate representation of color #3768B4: hue angle of 216.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3768B4 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55104180-
CMYK0.690.4200.29
HSL216.48º53.19%46.08%-
HSV(B)216.48º69.44%70.59%-
XYZ14.7614.0145.11-
YUV98.01174.2797.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=16.22%
G=30.68%
B=53.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551041800.690.4200.29216.4853.1946.08
Hex3768B4452A01Dd8352e
Octal67150264105520353306556
Binary110111110100010110100100010110101001110111011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3768B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3768B4; }

 p { color: rgb(55,104,180); }

 H1.HeaderClassName
 {
   color: #3768B4;
 }
 .AnyTagClassName
 {
   color: #3768B4;
 }
</style>
background-color css

<style>
 a { background-color: #3768B4; }

 a { background-color: rgb(55,104,180); }

 div.DivClassName
 {
   background-color: #3768B4;
 }
 .BgClassName
 {
   background-color: #3768B4;
 }
</style>
border-color css

<style>
 span { border-color: #3768B4; }

 span { border-color: rgb(55,104,180); }

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