#3768B0

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

Shades of Mariner #3768B0

Tints of Mariner #3768B0

Color information

#3768B0 (or 0x3768B0) is unknown color: approx Mariner. HEX triplet: 37, 68 and B0. RGB value is (55,104,176). Sum of RGB (Red+Green+Blue) = 55+104+176=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #3768B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3768B0 is #C8974F. Grayscale: #616161. Windows color (decimal): -13145936 or 11561015. OLE color: 11561015.

HSL color Cylindrical-coordinate representation of color #3768B0: hue angle of 215.7º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3768B0 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55104176-
CMYK0.690.4100.31
HSL215.7º52.38%45.29%-
HSV(B)215.7º68.75%69.02%-
XYZ14.3613.8542.99-
YUV97.56172.2797.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.42%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=16.42%
G=31.04%
B=52.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551041760.690.4100.31215.752.3845.29
Hex3768B0452901Fd8342d
Octal67150260105510373306455
Binary110111110100010110000100010110100101111111011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3768B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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