#226DA1

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

Shades of Lochmara #226DA1

Tints of Lochmara #226DA1

Color information

#226DA1 (or 0x226DA1) is unknown color: approx Lochmara. HEX triplet: 22, 6D and A1. RGB value is (34,109,161). Sum of RGB (Red+Green+Blue) = 34+109+161=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #226DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226DA1 is #DD925E. Grayscale: #5C5C5C. Windows color (decimal): -14520927 or 10579234. OLE color: 10579234.

HSL color Cylindrical-coordinate representation of color #226DA1: hue angle of 204.57º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #226DA1 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB34109161-
CMYK0.790.3200.37
HSL204.57º65.13%38.24%-
HSV(B)204.57º78.88%63.14%-
XYZ12.5613.8535.73-
YUV92.5166.6586.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.18%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 161 (63.28% from 255) = 52.96%
R=11.18%
G=35.86%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal341091610.790.3200.37204.5765.1338.24
Hex226DA14F20025cd4126
Octal421552411174004531510146
Binary10001011011011010000110011111000000100101110011011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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