#3376A8

Color #3376A8 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3376A8

Tints of Lochmara #3376A8

Color information

#3376A8 (or 0x3376A8) is unknown color: approx Lochmara. HEX triplet: 33, 76 and A8. RGB value is (51,118,168). Sum of RGB (Red+Green+Blue) = 51+118+168=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #3376A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3376A8 is #CC8957. Grayscale: #676767. Windows color (decimal): -13404504 or 11040307. OLE color: 11040307.

HSL color Cylindrical-coordinate representation of color #3376A8: hue angle of 205.64º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3376A8 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB51118168-
CMYK0.700.3000.34
HSL205.64º53.42%42.94%-
HSV(B)205.64º69.64%65.88%-
XYZ14.9116.4939.44-
YUV103.67164.390.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 168 (66.02% from 255) = 49.85%
R=15.13%
G=35.01%
B=49.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511181680.700.3000.34205.6453.4242.94
Hex3376A8461E022ce352b
Octal63166250106360423166553
Binary110011111011010101000100011011110010001011001110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3376A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3376A8; }

 p { color: rgb(51,118,168); }

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

<style>
 a { background-color: #3376A8; }

 a { background-color: rgb(51,118,168); }

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

<style>
 span { border-color: #3376A8; }

 span { border-color: rgb(51,118,168); }

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