#227B9E

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

Shades of Lochmara #227B9E

Tints of Lochmara #227B9E

Color information

#227B9E (or 0x227B9E) is unknown color: approx Lochmara. HEX triplet: 22, 7B and 9E. RGB value is (34,123,158). Sum of RGB (Red+Green+Blue) = 34+123+158=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #227B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B9E is #DD8461. Grayscale: #646464. Windows color (decimal): -14517346 or 10386210. OLE color: 10386210.

HSL color Cylindrical-coordinate representation of color #227B9E: hue angle of 196.94º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227B9E is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB34123158-
CMYK0.780.2200.38
HSL196.94º64.58%37.65%-
HSV(B)196.94º78.48%61.96%-
XYZ13.9116.9734.89-
YUV100.38160.5180.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=10.79%
G=39.05%
B=50.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341231580.780.2200.38196.9464.5837.65
Hex227B9E4E16026c54126
Octal421732361162604630510146
Binary1000101111011100111101001110101100100110110001011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,123,158); }

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

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

 a { background-color: rgb(34,123,158); }

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

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

 span { border-color: rgb(34,123,158); }

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