#226D95

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

Shades of Lochmara #226D95

Tints of Lochmara #226D95

Color information

#226D95 (or 0x226D95) is unknown color: approx Lochmara. HEX triplet: 22, 6D and 95. RGB value is (34,109,149). Sum of RGB (Red+Green+Blue) = 34+109+149=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #226D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226D95 is #DD926A. Grayscale: #5A5A5A. Windows color (decimal): -14520939 or 9792802. OLE color: 9792802.

HSL color Cylindrical-coordinate representation of color #226D95: hue angle of 200.87º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226D95 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34109149-
CMYK0.770.2700.42
HSL200.87º62.84%35.88%-
HSV(B)200.87º77.18%58.43%-
XYZ11.5513.4530.42-
YUV91.14160.6587.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.64%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=11.64%
G=37.33%
B=51.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341091490.770.2700.42200.8762.8435.88
Hex226D954D1B02Ac93f24
Octal42155225115330523117744
Binary100010110110110010101100110111011010101011001001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226D95; }

 p { color: rgb(34,109,149); }

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

<style>
 a { background-color: #226D95; }

 a { background-color: rgb(34,109,149); }

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

<style>
 span { border-color: #226D95; }

 span { border-color: rgb(34,109,149); }

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