#226DAD

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

Shades of Lochmara #226DAD

Tints of Lochmara #226DAD

Color information

#226DAD (or 0x226DAD) is unknown color: approx Lochmara. HEX triplet: 22, 6D and AD. RGB value is (34,109,173). Sum of RGB (Red+Green+Blue) = 34+109+173=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #226DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226DAD is #DD9252. Grayscale: #5D5D5D. Windows color (decimal): -14520915 or 11365666. OLE color: 11365666.

HSL color Cylindrical-coordinate representation of color #226DAD: hue angle of 207.63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226DAD is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34109173-
CMYK0.800.3700.32
HSL207.63º67.15%40.59%-
HSV(B)207.63º80.35%67.84%-
XYZ13.6714.2941.57-
YUV93.87172.6585.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.76%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=10.76%
G=34.49%
B=54.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341091730.800.3700.32207.6367.1540.59
Hex226DAD5025020d04329
Octal421552551204504032010351
Binary10001011011011010110110100001001010100000110100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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