#226DAB

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

Shades of Lochmara #226DAB

Tints of Lochmara #226DAB

Color information

#226DAB (or 0x226DAB) is unknown color: approx Lochmara. HEX triplet: 22, 6D and AB. RGB value is (34,109,171). Sum of RGB (Red+Green+Blue) = 34+109+171=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #226DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226DAB is #DD9254. Grayscale: #5D5D5D. Windows color (decimal): -14520917 or 11234594. OLE color: 11234594.

HSL color Cylindrical-coordinate representation of color #226DAB: hue angle of 207.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226DAB is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34109171-
CMYK0.800.3600.33
HSL207.15º66.83%40.2%-
HSV(B)207.15º80.12%67.06%-
XYZ13.4814.2240.56-
YUV93.64171.6585.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 171 (67.19% from 255) = 54.46%
R=10.83%
G=34.71%
B=54.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341091710.800.3600.33207.1566.8340.2
Hex226DAB5024021cf4328
Octal421552531204404131710350
Binary10001011011011010101110100001001000100001110011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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