#226060

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

Shades of Blue Stone #226060

Tints of Blue Stone #226060

Color information

#226060 (or 0x226060) is unknown color: approx Blue Stone. HEX triplet: 22, 60 and 60. RGB value is (34,96,96). Sum of RGB (Red+Green+Blue) = 34+96+96=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #226060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226060 is #DD9F9F. Grayscale: #4D4D4D. Windows color (decimal): -14524320 or 6316066. OLE color: 6316066.

HSL color Cylindrical-coordinate representation of color #226060: hue angle of 180º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #226060 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB349696-
CMYK0.65000.62
HSL180º47.69%25.49%-
HSV(B)180º64.58%37.65%-
XYZ6.959.5512.54-
YUV77.46138.4697-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.04%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=15.04%
G=42.48%
B=42.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496960.65000.6218047.6925.49
Hex22606041003Eb43019
Octal4214014010100762646031
Binary100010110000011000001000001001111101011010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226060; }

 p { color: rgb(34,96,96); }

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

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

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

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

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

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

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