#226699

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

Shades of Lochmara #226699

Tints of Lochmara #226699

Color information

#226699 (or 0x226699) is unknown color: approx Lochmara. HEX triplet: 22, 66 and 99. RGB value is (34,102,153). Sum of RGB (Red+Green+Blue) = 34+102+153=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #226699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226699 is #DD9966. Grayscale: #575757. Windows color (decimal): -14522727 or 10053154. OLE color: 10053154.

HSL color Cylindrical-coordinate representation of color #226699: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #226699 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB34102153-
CMYK0.780.3300.4
HSL205.71º63.64%36.67%-
HSV(B)205.71º77.78%60%-
XYZ11.1612.1431.89-
YUV87.48164.9789.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=11.76%
G=35.29%
B=52.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341021530.780.3300.4205.7163.6436.67
Hex2266994E21028ce4025
Octal421462311164105031610045
Binary10001011001101001100110011101000010101000110011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226699; }

 p { color: rgb(34,102,153); }

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

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

 a { background-color: rgb(34,102,153); }

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

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

 span { border-color: rgb(34,102,153); }

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