#2968AA

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

Shades of Lochmara #2968AA

Tints of Lochmara #2968AA

Color information

#2968AA (or 0x2968AA) is unknown color: approx Lochmara. HEX triplet: 29, 68 and AA. RGB value is (41,104,170). Sum of RGB (Red+Green+Blue) = 41+104+170=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #2968AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2968AA is #D69755. Grayscale: #5C5C5C. Windows color (decimal): -14063446 or 11167785. OLE color: 11167785.

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

Color convert

RGB41104170-
CMYK0.760.3900.33
HSL210.7º61.14%41.37%-
HSV(B)210.7º75.88%66.67%-
XYZ13.1213.2739.9-
YUV92.69171.6391.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=13.02%
G=33.02%
B=53.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411041700.760.3900.33210.761.1441.37
Hex2968AA4C27021d33d29
Octal51150252114470413237551
Binary1010011101000101010101001100100111010000111010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2968AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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