#2271A7

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

Shades of Lochmara #2271A7

Tints of Lochmara #2271A7

Color information

#2271A7 (or 0x2271A7) is unknown color: approx Lochmara. HEX triplet: 22, 71 and A7. RGB value is (34,113,167). Sum of RGB (Red+Green+Blue) = 34+113+167=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #2271A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2271A7 is #DD8E58. Grayscale: #5F5F5F. Windows color (decimal): -14519897 or 10973474. OLE color: 10973474.

HSL color Cylindrical-coordinate representation of color #2271A7: hue angle of 204.36º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2271A7 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB34113167-
CMYK0.800.3200.35
HSL204.36º66.17%39.41%-
HSV(B)204.36º79.64%65.49%-
XYZ13.5414.9438.73-
YUV95.54168.3384.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 167 (65.62% from 255) = 53.18%
R=10.83%
G=35.99%
B=53.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal341131670.800.3200.35204.3666.1739.41
Hex2271A75020023cc4227
Octal421612471204004331410247
Binary10001011100011010011110100001000000100011110011001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2271A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2271A7; }

 p { color: rgb(34,113,167); }

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

<style>
 a { background-color: #2271A7; }

 a { background-color: rgb(34,113,167); }

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

<style>
 span { border-color: #2271A7; }

 span { border-color: rgb(34,113,167); }

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