#2068AA

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

Shades of Lochmara #2068AA

Tints of Lochmara #2068AA

Color information

#2068AA (or 0x2068AA) is unknown color: approx Lochmara. HEX triplet: 20, 68 and AA. RGB value is (32,104,170). Sum of RGB (Red+Green+Blue) = 32+104+170=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #2068AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2068AA is #DF9755. Grayscale: #595959. Windows color (decimal): -14653270 or 11167776. OLE color: 11167776.

HSL color Cylindrical-coordinate representation of color #2068AA: hue angle of 208.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2068AA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32104170-
CMYK0.810.3900.33
HSL208.7º68.32%39.61%-
HSV(B)208.7º81.18%66.67%-
XYZ12.813.1139.89-
YUV90173.1586.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=10.46%
G=33.99%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321041700.810.3900.33208.768.3239.61
Hex2068AA5127021d14428
Octal401502521214704132110450
Binary10000011010001010101010100011001110100001110100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2068AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2068AA; }

 p { color: rgb(32,104,170); }

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

<style>
 a { background-color: #2068AA; }

 a { background-color: rgb(32,104,170); }

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

<style>
 span { border-color: #2068AA; }

 span { border-color: rgb(32,104,170); }

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