#225E63

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

Shades of Blue Stone #225E63

Tints of Blue Stone #225E63

Color information

#225E63 (or 0x225E63) is unknown color: approx Blue Stone. HEX triplet: 22, 5E and 63. RGB value is (34,94,99). Sum of RGB (Red+Green+Blue) = 34+94+99=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #225E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E63 is #DDA19C. Grayscale: #4C4C4C. Windows color (decimal): -14524829 or 6512162. OLE color: 6512162.

HSL color Cylindrical-coordinate representation of color #225E63: hue angle of 184.62º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225E63 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB349499-
CMYK0.660.0500.61
HSL184.62º48.87%26.08%-
HSV(B)184.62º65.66%38.82%-
XYZ6.919.2513.22-
YUV76.63140.6297.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=14.98%
G=41.41%
B=43.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3494990.660.0500.61184.6248.8726.08
Hex225E6342503Db9311a
Octal4213614310250752716132
Binary10001010111101100011100001010101111011011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,94,99); }

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

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

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

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

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

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

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