#3373a3

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

Shades of Lochmara #3373A3

Tints of Lochmara #3373A3

Color information

#3373A3 (or 0x3373A3) is unknown color: approx Lochmara. HEX triplet: 33, 73 and A3. RGB value is (51,115,163). Sum of RGB (Red+Green+Blue) = 51+115+163=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #3373A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3373A3 is #CC8C5C. Grayscale: #656565. Windows color (decimal): -13405277 or 10711859. OLE color: 10711859.

HSL color Cylindrical-coordinate representation of color #3373A3: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3373A3 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51115163-
CMYK0.690.2900.36
HSL205.71º52.34%41.96%-
HSV(B)205.71º68.71%63.92%-
XYZ14.1115.6136.92-
YUV101.34162.892.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 163 (64.06% from 255) = 49.54%
R=15.50%
G=34.95%
B=49.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511151630.690.2900.36205.7152.3441.96
Hex3373A3451D024ce342a
Octal63163243105350443166452
Binary110011111001110100011100010111101010010011001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3373a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3373a3; }

 p { color: rgb(51,115,163); }

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

<style>
 a { background-color: #3373a3; }

 a { background-color: rgb(51,115,163); }

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

<style>
 span { border-color: #3373a3; }

 span { border-color: rgb(51,115,163); }

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