#226EAD

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

Shades of Lochmara #226EAD

Tints of Lochmara #226EAD

Color information

#226EAD (or 0x226EAD) is unknown color: approx Lochmara. HEX triplet: 22, 6E and AD. RGB value is (34,110,173). Sum of RGB (Red+Green+Blue) = 34+110+173=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #226EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226EAD is #DD9152. Grayscale: #5E5E5E. Windows color (decimal): -14520659 or 11365922. OLE color: 11365922.

HSL color Cylindrical-coordinate representation of color #226EAD: hue angle of 207.19º 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 #226EAD is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34110173-
CMYK0.800.3600.32
HSL207.19º67.15%40.59%-
HSV(B)207.19º80.35%67.84%-
XYZ13.7814.5141.61-
YUV94.46172.3284.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.73%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=10.73%
G=34.70%
B=54.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341101730.800.3600.32207.1967.1540.59
Hex226EAD5024020cf4329
Octal421562551204404031710351
Binary10001011011101010110110100001001000100000110011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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