#226E9B

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

Shades of Lochmara #226E9B

Tints of Lochmara #226E9B

Color information

#226E9B (or 0x226E9B) is unknown color: approx Lochmara. HEX triplet: 22, 6E and 9B. RGB value is (34,110,155). Sum of RGB (Red+Green+Blue) = 34+110+155=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #226E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E9B is #DD9164. Grayscale: #5C5C5C. Windows color (decimal): -14520677 or 10186274. OLE color: 10186274.

HSL color Cylindrical-coordinate representation of color #226E9B: hue angle of 202.31º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #226E9B is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34110155-
CMYK0.780.2900.39
HSL202.31º64.02%37.06%-
HSV(B)202.31º78.06%60.78%-
XYZ12.1513.8633.04-
YUV92.41163.3286.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=11.37%
G=36.79%
B=51.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341101550.780.2900.39202.3164.0237.06
Hex226E9B4E1D027ca4025
Octal421562331163504731210045
Binary1000101101110100110111001110111010100111110010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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