#3377ab

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

Shades of Lochmara #3377AB

Tints of Lochmara #3377AB

Color information

#3377AB (or 0x3377AB) is unknown color: approx Lochmara. HEX triplet: 33, 77 and AB. RGB value is (51,119,171). Sum of RGB (Red+Green+Blue) = 51+119+171=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3377AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3377AB is #CC8854. Grayscale: #686868. Windows color (decimal): -13404245 or 11237171. OLE color: 11237171.

HSL color Cylindrical-coordinate representation of color #3377AB: hue angle of 206º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3377AB is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51119171-
CMYK0.700.3000.33
HSL206º54.05%43.53%-
HSV(B)206º70.18%67.06%-
XYZ15.3116.8440.97-
YUV104.6165.4789.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=14.96%
G=34.90%
B=50.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511191710.700.3000.3320654.0543.53
Hex3377AB461E021ce362c
Octal63167253106360413166654
Binary110011111011110101011100011011110010000111001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3377ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3377ab; }

 p { color: rgb(51,119,171); }

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

<style>
 a { background-color: #3377ab; }

 a { background-color: rgb(51,119,171); }

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

<style>
 span { border-color: #3377ab; }

 span { border-color: rgb(51,119,171); }

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