#226998

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

Shades of Lochmara #226998

Tints of Lochmara #226998

Color information

#226998 (or 0x226998) is unknown color: approx Lochmara. HEX triplet: 22, 69 and 98. RGB value is (34,105,152). Sum of RGB (Red+Green+Blue) = 34+105+152=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #226998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226998 is #DD9667. Grayscale: #585858. Windows color (decimal): -14521960 or 9988386. OLE color: 9988386.

HSL color Cylindrical-coordinate representation of color #226998: hue angle of 203.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #226998 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB34105152-
CMYK0.780.3100.40
HSL203.9º63.44%36.47%-
HSV(B)203.9º77.63%59.61%-
XYZ11.3812.7131.56-
YUV89.13163.4888.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=11.68%
G=36.08%
B=52.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341051520.780.3100.40203.963.4436.47
Hex2269984E1F028cc3f24
Octal42151230116370503147744
Binary100010110100110011000100111011111010100011001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226998; }

 p { color: rgb(34,105,152); }

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

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

 a { background-color: rgb(34,105,152); }

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

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

 span { border-color: rgb(34,105,152); }

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