Html Css Color HEX #225958 Blue Stone

📋 copy color: '#225958'

red 34 ◦ green 89 ◦ blue 88

#225958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #225958

Tints of Blue Stone #225958

RGB

 RED value IS 34 (13.67% from 255) = 16.11%

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 16.11%
G = 42.18%
B = 41.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#225958 (or 0x225958) is known color: Blue Stone. HEX triplet: 22, 59 and 58. RGB value is (34,89,88). Sum of RGB (Red+Green+Blue) = 34+89+88=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #225958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225958 is #DDA6A7. Grayscale: #484848. Windows color (decimal): -14526120 or 5789986. OLE color: 5789986.

HSL color Cylindrical-coordinate representation of color #225958: hue angle of 178.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225958 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 89 88 -
CMYK 0.62 0 0.01 0.65
HSL 178.91º 0.45% 0.24% -
HSV(B) 178.91º 0.62% 0.35% -
XYZ 5.99 8.19 10.5 -
YUV 72.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 34 89 88 0.62 0 0.01 0.65 178.91 0.45 0.24
Hex 22 59 58 3E 0 1 41 B3 2D 18
Octal 42 131 130 76 0 1 101 263 55 30
Binary 100010 1011001 1011000 111110 0 1 1000001 10110011 101101 11000

Color Harmonies of #225958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225958

Black with #225958

Text Example


Text Example

White with #225958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225958; }

 p { color: rgb(34,89,88); }

 H1.HeaderClassName
 {
   color: #225958;
 }
 .AnyTagClassName
 {
   color: #225958;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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