#2168AA

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

Shades of Lochmara #2168AA

Tints of Lochmara #2168AA

Color information

#2168AA (or 0x2168AA) is unknown color: approx Lochmara. HEX triplet: 21, 68 and AA. RGB value is (33,104,170). Sum of RGB (Red+Green+Blue) = 33+104+170=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #2168AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2168AA is #DE9755. Grayscale: #595959. Windows color (decimal): -14587734 or 11167777. OLE color: 11167777.

HSL color Cylindrical-coordinate representation of color #2168AA: hue angle of 208.91º degrees, saturation: 0.67, 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 #2168AA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33104170-
CMYK0.810.3900.33
HSL208.91º67.49%39.8%-
HSV(B)208.91º80.59%66.67%-
XYZ12.8313.1339.89-
YUV90.29172.9887.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=10.75%
G=33.88%
B=55.37%

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
Decimal331041700.810.3900.33208.9167.4939.8
Hex2168AA5127021d14328
Octal411502521214704132110350
Binary10000111010001010101010100011001110100001110100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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