#226E95

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

Shades of Lochmara #226E95

Tints of Lochmara #226E95

Color information

#226E95 (or 0x226E95) is unknown color: approx Lochmara. HEX triplet: 22, 6E and 95. RGB value is (34,110,149). Sum of RGB (Red+Green+Blue) = 34+110+149=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #226E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E95 is #DD916A. Grayscale: #5B5B5B. Windows color (decimal): -14520683 or 9793058. OLE color: 9793058.

HSL color Cylindrical-coordinate representation of color #226E95: hue angle of 200.35º 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 #226E95 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34110149-
CMYK0.770.2600.42
HSL200.35º62.84%35.88%-
HSV(B)200.35º77.18%58.43%-
XYZ11.6613.6630.46-
YUV91.72160.3286.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.60%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=11.60%
G=37.54%
B=50.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341101490.770.2600.42200.3562.8435.88
Hex226E954D1A02Ac83f24
Octal42156225115320523107744
Binary100010110111010010101100110111010010101011001000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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