#2272AF

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

Shades of Lochmara #2272AF

Tints of Lochmara #2272AF

Color information

#2272AF (or 0x2272AF) is unknown color: approx Lochmara. HEX triplet: 22, 72 and AF. RGB value is (34,114,175). Sum of RGB (Red+Green+Blue) = 34+114+175=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #2272AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2272AF is #DD8D50. Grayscale: #606060. Windows color (decimal): -14519633 or 11498018. OLE color: 11498018.

HSL color Cylindrical-coordinate representation of color #2272AF: hue angle of 205.96º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2272AF is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34114175-
CMYK0.810.3500.31
HSL205.96º67.46%40.98%-
HSV(B)205.96º80.57%68.63%-
XYZ14.4115.4742.78-
YUV97.0317283.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.53%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=10.53%
G=35.29%
B=54.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341141750.810.3500.31205.9667.4640.98
Hex2272AF512301Fce4329
Octal421622571214303731610351
Binary1000101110010101011111010001100011011111110011101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2272AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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