#2762AB

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

Shades of Lochmara #2762AB

Tints of Lochmara #2762AB

Color information

#2762AB (or 0x2762AB) is unknown color: approx Lochmara. HEX triplet: 27, 62 and AB. RGB value is (39,98,171). Sum of RGB (Red+Green+Blue) = 39+98+171=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2762AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2762AB is #D89D54. Grayscale: #585858. Windows color (decimal): -14196053 or 11231783. OLE color: 11231783.

HSL color Cylindrical-coordinate representation of color #2762AB: hue angle of 213.18º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2762AB is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3998171-
CMYK0.770.4300.33
HSL213.18º62.86%41.18%-
HSV(B)213.18º77.19%67.06%-
XYZ12.5612.1140.2-
YUV88.68174.4592.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=12.66%
G=31.82%
B=55.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39981710.770.4300.33213.1862.8641.18
Hex2762AB4D2B021d53f29
Octal47142253115530413257751
Binary1001111100010101010111001101101011010000111010101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2762AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2762AB; }

 p { color: rgb(39,98,171); }

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

<style>
 a { background-color: #2762AB; }

 a { background-color: rgb(39,98,171); }

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

<style>
 span { border-color: #2762AB; }

 span { border-color: rgb(39,98,171); }

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