#2764a2

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

Shades of Lochmara #2764A2

Tints of Lochmara #2764A2

Color information

#2764A2 (or 0x2764A2) is unknown color: approx Lochmara. HEX triplet: 27, 64 and A2. RGB value is (39,100,162). Sum of RGB (Red+Green+Blue) = 39+100+162=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #2764A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2764A2 is #D89B5D. Grayscale: #585858. Windows color (decimal): -14195550 or 10642471. OLE color: 10642471.

HSL color Cylindrical-coordinate representation of color #2764A2: hue angle of 210.24º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2764A2 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB39100162-
CMYK0.760.3800.36
HSL210.24º61.19%39.41%-
HSV(B)210.24º75.93%63.53%-
XYZ11.9212.1535.9-
YUV88.83169.2992.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 162 (63.67% from 255) = 53.82%
R=12.96%
G=33.22%
B=53.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391001620.760.3800.36210.2461.1939.41
Hex2764A24C26024d23d27
Octal47144242114460443227547
Binary1001111100100101000101001100100110010010011010010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2764a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2764a2; }

 p { color: rgb(39,100,162); }

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

<style>
 a { background-color: #2764a2; }

 a { background-color: rgb(39,100,162); }

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

<style>
 span { border-color: #2764a2; }

 span { border-color: rgb(39,100,162); }

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