#225E68

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

Shades of Blue Stone #225E68

Tints of Blue Stone #225E68

Color information

#225E68 (or 0x225E68) is unknown color: approx Blue Stone. HEX triplet: 22, 5E and 68. RGB value is (34,94,104). Sum of RGB (Red+Green+Blue) = 34+94+104=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #225E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E68 is #DDA197. Grayscale: #4D4D4D. Windows color (decimal): -14524824 or 6839842. OLE color: 6839842.

HSL color Cylindrical-coordinate representation of color #225E68: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225E68 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3494104-
CMYK0.670.1000.59
HSL188.57º50.72%27.06%-
HSV(B)188.57º67.31%40.78%-
XYZ7.169.3414.52-
YUV77.2143.1297.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=14.66%
G=40.52%
B=44.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34941040.670.1000.59188.5750.7227.06
Hex225E6843A03Bbd331b
Octal42136150103120732756333
Binary100010101111011010001000011101001110111011110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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