#2272AB

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

Shades of Lochmara #2272AB

Tints of Lochmara #2272AB

Color information

#2272AB (or 0x2272AB) is unknown color: approx Lochmara. HEX triplet: 22, 72 and AB. RGB value is (34,114,171). Sum of RGB (Red+Green+Blue) = 34+114+171=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #2272AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2272AB is #DD8D54. Grayscale: #606060. Windows color (decimal): -14519637 or 11235874. OLE color: 11235874.

HSL color Cylindrical-coordinate representation of color #2272AB: hue angle of 204.96º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2272AB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34114171-
CMYK0.800.3300.33
HSL204.96º66.83%40.2%-
HSV(B)204.96º80.12%67.06%-
XYZ14.0315.3140.74-
YUV96.5817083.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=10.66%
G=35.74%
B=53.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341141710.800.3300.33204.9666.8340.2
Hex2272AB5021021cd4328
Octal421622531204104131510350
Binary10001011100101010101110100001000010100001110011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2272AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,114,171); }

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

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

 a { background-color: rgb(34,114,171); }

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

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

 span { border-color: rgb(34,114,171); }

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