#3769B4

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

Shades of Mariner #3769B4

Tints of Mariner #3769B4

Color information

#3769B4 (or 0x3769B4) is unknown color: approx Mariner. HEX triplet: 37, 69 and B4. RGB value is (55,105,180). Sum of RGB (Red+Green+Blue) = 55+105+180=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #3769B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3769B4 is #C8964B. Grayscale: #626262. Windows color (decimal): -13145676 or 11823415. OLE color: 11823415.

HSL color Cylindrical-coordinate representation of color #3769B4: hue angle of 216º 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 #3769B4 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55105180-
CMYK0.690.4200.29
HSL216º53.19%46.08%-
HSV(B)216º69.44%70.59%-
XYZ14.8714.2145.14-
YUV98.6173.9496.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.18%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=16.18%
G=30.88%
B=52.94%

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
Decimal551051800.690.4200.2921653.1946.08
Hex3769B4452A01Dd8352e
Octal67151264105520353306556
Binary110111110100110110100100010110101001110111011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3769B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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