#2270AE

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

Shades of Lochmara #2270AE

Tints of Lochmara #2270AE

Color information

#2270AE (or 0x2270AE) is unknown color: approx Lochmara. HEX triplet: 22, 70 and AE. RGB value is (34,112,174). Sum of RGB (Red+Green+Blue) = 34+112+174=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #2270AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2270AE is #DD8F51. Grayscale: #5F5F5F. Windows color (decimal): -14520146 or 11431970. OLE color: 11431970.

HSL color Cylindrical-coordinate representation of color #2270AE: hue angle of 206.57º 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 #2270AE is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34112174-
CMYK0.800.3600.32
HSL206.57º67.31%40.78%-
HSV(B)206.57º80.46%68.24%-
XYZ14.0914.9842.19-
YUV95.75172.1683.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.62%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=10.62%
G=35%
B=54.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341121740.800.3600.32206.5767.3140.78
Hex2270AE5024020cf4329
Octal421602561204404031710351
Binary10001011100001010111010100001001000100000110011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2270AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2270AE; }

 p { color: rgb(34,112,174); }

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

<style>
 a { background-color: #2270AE; }

 a { background-color: rgb(34,112,174); }

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

<style>
 span { border-color: #2270AE; }

 span { border-color: rgb(34,112,174); }

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