#226D9D

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

Shades of Lochmara #226D9D

Tints of Lochmara #226D9D

Color information

#226D9D (or 0x226D9D) is unknown color: approx Lochmara. HEX triplet: 22, 6D and 9D. RGB value is (34,109,157). Sum of RGB (Red+Green+Blue) = 34+109+157=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #226D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226D9D is #DD9262. Grayscale: #5B5B5B. Windows color (decimal): -14520931 or 10317090. OLE color: 10317090.

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

Color convert

RGB34109157-
CMYK0.780.3100.38
HSL203.41º64.4%37.45%-
HSV(B)203.41º78.34%61.57%-
XYZ12.2113.7133.9-
YUV92.05164.6586.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.33%
GREEN value IS 109 (42.97% from 255) = 36.33%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=11.33%
G=36.33%
B=52.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal341091570.780.3100.38203.4164.437.45
Hex226D9D4E1F026cb4025
Octal421552351163704631310045
Binary1000101101101100111011001110111110100110110010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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