#225C63

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

Shades of Blue Stone #225C63

Tints of Blue Stone #225C63

Color information

#225C63 (or 0x225C63) is unknown color: approx Blue Stone. HEX triplet: 22, 5C and 63. RGB value is (34,92,99). Sum of RGB (Red+Green+Blue) = 34+92+99=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #225C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C63 is #DDA39C. Grayscale: #4B4B4B. Windows color (decimal): -14525341 or 6511650. OLE color: 6511650.

HSL color Cylindrical-coordinate representation of color #225C63: hue angle of 186.46º 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 #225C63 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB349299-
CMYK0.660.0700.61
HSL186.46º48.87%26.08%-
HSV(B)186.46º65.66%38.82%-
XYZ6.748.913.17-
YUV75.46141.2898.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.11%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 99 (39.06% from 255) = 44%
R=15.11%
G=40.89%
B=44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3492990.660.0700.61186.4648.8726.08
Hex225C6342703Dba311a
Octal4213414310270752726132
Binary10001010111001100011100001011101111011011101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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