#226FAD

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

Shades of Lochmara #226FAD

Tints of Lochmara #226FAD

Color information

#226FAD (or 0x226FAD) is unknown color: approx Lochmara. HEX triplet: 22, 6F and AD. RGB value is (34,111,173). Sum of RGB (Red+Green+Blue) = 34+111+173=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #226FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226FAD is #DD9052. Grayscale: #5E5E5E. Windows color (decimal): -14520403 or 11366178. OLE color: 11366178.

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

Color convert

RGB34111173-
CMYK0.800.3600.32
HSL206.76º67.15%40.59%-
HSV(B)206.76º80.35%67.84%-
XYZ13.8914.7341.65-
YUV95.04171.9984.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=10.69%
G=34.91%
B=54.40%

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
Decimal341111730.800.3600.32206.7667.1540.59
Hex226FAD5024020cf4329
Octal421572551204404031710351
Binary10001011011111010110110100001001000100000110011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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