Html Css Color HEX #225F5B Blue Stone

📋 copy color: '#225F5B'

red 34 ◦ green 95 ◦ blue 91

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

Shades of Blue Stone #225F5B

Tints of Blue Stone #225F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.18%

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 15.45%
G = 43.18%
B = 41.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#225F5B (or 0x225F5B) is known color: Blue Stone. HEX triplet: 22, 5F and 5B. RGB value is (34,95,91). Sum of RGB (Red+Green+Blue) = 34+95+91=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #225F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F5B is #DDA0A4. Grayscale: #4C4C4C. Windows color (decimal): -14524581 or 5988130. OLE color: 5988130.

HSL color Cylindrical-coordinate representation of color #225F5B: hue angle of 176.07º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #225F5B is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 34 95 91 -
CMYK 0.64 0 0.04 0.63
HSL 176.07º 0.47% 0.25% -
HSV(B) 176.07º 0.64% 0.37% -
XYZ 6.64 9.28 11.34 -
YUV 76.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 34 95 91 0.64 0 0.04 0.63 176.07 0.47 0.25
Hex 22 5F 5B 40 0 4 3F B0 2F 19
Octal 42 137 133 100 0 4 77 260 57 31
Binary 100010 1011111 1011011 1000000 0 100 111111 10110000 101111 11001

Color Harmonies of #225F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225F5B

Black with #225F5B

Text Example


Text Example

White with #225F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225F5B; }

 p { color: rgb(34,95,91); }

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

background-color css

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

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

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

border-color css

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

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

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