#225F64

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

Shades of Blue Stone #225F64

Tints of Blue Stone #225F64

Color information

#225F64 (or 0x225F64) is unknown color: approx Blue Stone. HEX triplet: 22, 5F and 64. RGB value is (34,95,100). Sum of RGB (Red+Green+Blue) = 34+95+100=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #225F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225F64 is #DDA09B. Grayscale: #4D4D4D. Windows color (decimal): -14524572 or 6577954. OLE color: 6577954.

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

Color convert

RGB3495100-
CMYK0.660.0500.61
HSL184.55º49.25%26.27%-
HSV(B)184.55º66%39.22%-
XYZ7.059.4413.51-
YUV77.33140.7997.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 95 (37.5% from 255) = 41.48%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=14.85%
G=41.48%
B=43.67%

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
Decimal34951000.660.0500.61184.5549.2526.27
Hex225F6442503Db9311a
Octal4213714410250752716132
Binary10001010111111100100100001010101111011011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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