#227AB0

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

Shades of Lochmara #227AB0

Tints of Lochmara #227AB0

Color information

#227AB0 (or 0x227AB0) is unknown color: approx Lochmara. HEX triplet: 22, 7A and B0. RGB value is (34,122,176). Sum of RGB (Red+Green+Blue) = 34+122+176=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #227AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227AB0 is #DD854F. Grayscale: #656565. Windows color (decimal): -14517584 or 11565602. OLE color: 11565602.

HSL color Cylindrical-coordinate representation of color #227AB0: hue angle of 202.82º degrees, saturation: 0.68, 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 #227AB0 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34122176-
CMYK0.810.3100.31
HSL202.82º67.62%41.18%-
HSV(B)202.82º80.68%69.02%-
XYZ15.4617.3943.62-
YUV101.84169.8579.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.24%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=10.24%
G=36.75%
B=53.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341221760.810.3100.31202.8267.6241.18
Hex227AB0511F01Fcb4429
Octal421722601213703731310451
Binary100010111101010110000101000111111011111110010111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227AB0; }

 p { color: rgb(34,122,176); }

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

<style>
 a { background-color: #227AB0; }

 a { background-color: rgb(34,122,176); }

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

<style>
 span { border-color: #227AB0; }

 span { border-color: rgb(34,122,176); }

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