#226BAA

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

Shades of Lochmara #226BAA

Tints of Lochmara #226BAA

Color information

#226BAA (or 0x226BAA) is unknown color: approx Lochmara. HEX triplet: 22, 6B and AA. RGB value is (34,107,170). Sum of RGB (Red+Green+Blue) = 34+107+170=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #226BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226BAA is #DD9455. Grayscale: #5C5C5C. Windows color (decimal): -14521430 or 11168546. OLE color: 11168546.

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

Color convert

RGB34107170-
CMYK0.800.3700.33
HSL207.79º66.67%40%-
HSV(B)207.79º80%66.67%-
XYZ13.1713.7639.99-
YUV92.35171.8286.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=10.93%
G=34.41%
B=54.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341071700.800.3700.33207.7966.6740
Hex226BAA5025021d04328
Octal421532521204504132010350
Binary10001011010111010101010100001001010100001110100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,107,170); }

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

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

 a { background-color: rgb(34,107,170); }

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

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

 span { border-color: rgb(34,107,170); }

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