#2C68AA

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

Shades of Lochmara #2C68AA

Tints of Lochmara #2C68AA

Color information

#2C68AA (or 0x2C68AA) is unknown color: approx Lochmara. HEX triplet: 2C, 68 and AA. RGB value is (44,104,170). Sum of RGB (Red+Green+Blue) = 44+104+170=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C68AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C68AA is #D39755. Grayscale: #5D5D5D. Windows color (decimal): -13866838 or 11167788. OLE color: 11167788.

HSL color Cylindrical-coordinate representation of color #2C68AA: hue angle of 211.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C68AA is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB44104170-
CMYK0.740.3900.33
HSL211.43º58.88%41.96%-
HSV(B)211.43º74.12%66.67%-
XYZ13.2413.3439.91-
YUV93.58171.1292.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.84%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=13.84%
G=32.70%
B=53.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal441041700.740.3900.33211.4358.8841.96
Hex2C68AA4A27021d33b2a
Octal54150252112470413237352
Binary1011001101000101010101001010100111010000111010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C68AA; }

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

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

<style>
 a { background-color: #2C68AA; }

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

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

<style>
 span { border-color: #2C68AA; }

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

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