#226469

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

Shades of Blue Stone #226469

Tints of Blue Stone #226469

Color information

#226469 (or 0x226469) is unknown color: approx Blue Stone. HEX triplet: 22, 64 and 69. RGB value is (34,100,105). Sum of RGB (Red+Green+Blue) = 34+100+105=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #226469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226469 is #DD9B96. Grayscale: #505050. Windows color (decimal): -14523287 or 6906914. OLE color: 6906914.

HSL color Cylindrical-coordinate representation of color #226469: hue angle of 184.23º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226469 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB34100105-
CMYK0.680.0500.59
HSL184.23º51.08%27.25%-
HSV(B)184.23º67.62%41.18%-
XYZ7.7710.4714.98-
YUV80.84141.6394.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=14.23%
G=41.84%
B=43.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal341001050.680.0500.59184.2351.0827.25
Hex22646944503Bb8331b
Octal4214415110450732706333
Binary10001011001001101001100010010101110111011100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226469; }

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

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

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

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

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

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

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

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