#2276AD

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

Shades of Lochmara #2276AD

Tints of Lochmara #2276AD

Color information

#2276AD (or 0x2276AD) is unknown color: approx Lochmara. HEX triplet: 22, 76 and AD. RGB value is (34,118,173). Sum of RGB (Red+Green+Blue) = 34+118+173=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2276AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2276AD is #DD8952. Grayscale: #626262. Windows color (decimal): -14518611 or 11367970. OLE color: 11367970.

HSL color Cylindrical-coordinate representation of color #2276AD: hue angle of 203.74º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2276AD is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34118173-
CMYK0.800.3200.32
HSL203.74º67.15%40.59%-
HSV(B)203.74º80.35%67.84%-
XYZ14.6816.3141.91-
YUV99.15169.6781.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=10.46%
G=36.31%
B=53.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341181730.800.3200.32203.7467.1540.59
Hex2276AD5020020cc4329
Octal421662551204004031410351
Binary10001011101101010110110100001000000100000110011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2276AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2276AD; }

 p { color: rgb(34,118,173); }

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

<style>
 a { background-color: #2276AD; }

 a { background-color: rgb(34,118,173); }

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

<style>
 span { border-color: #2276AD; }

 span { border-color: rgb(34,118,173); }

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