#225D65

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

Shades of Blue Stone #225D65

Tints of Blue Stone #225D65

Color information

#225D65 (or 0x225D65) is unknown color: approx Blue Stone. HEX triplet: 22, 5D and 65. RGB value is (34,93,101). Sum of RGB (Red+Green+Blue) = 34+93+101=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #225D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D65 is #DDA29A. Grayscale: #4C4C4C. Windows color (decimal): -14525083 or 6642978. OLE color: 6642978.

HSL color Cylindrical-coordinate representation of color #225D65: hue angle of 187.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #225D65 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3493101-
CMYK0.660.0800.60
HSL187.16º49.63%26.47%-
HSV(B)187.16º66.34%39.61%-
XYZ6.929.1113.71-
YUV76.27141.9597.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=14.91%
G=40.79%
B=44.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal34931010.660.0800.60187.1649.6326.47
Hex225D6542803Cbb321a
Octal42135145102100742736232
Binary100010101110111001011000010100001111001011101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,93,101); }

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

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

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

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

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

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

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