#255E64

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

Shades of Blue Stone #255E64

Tints of Blue Stone #255E64

Color information

#255E64 (or 0x255E64) is unknown color: approx Blue Stone. HEX triplet: 25, 5E and 64. RGB value is (37,94,100). Sum of RGB (Red+Green+Blue) = 37+94+100=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #255E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E64 is #DAA19B. Grayscale: #4D4D4D. Windows color (decimal): -14328220 or 6577701. OLE color: 6577701.

HSL color Cylindrical-coordinate representation of color #255E64: hue angle of 185.71º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255E64 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3794100-
CMYK0.630.0600.61
HSL185.71º45.99%26.86%-
HSV(B)185.71º63%39.22%-
XYZ7.079.3213.48-
YUV77.64140.6299.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=16.02%
G=40.69%
B=43.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37941000.630.0600.61185.7145.9926.86
Hex255E643F603Dba2e1b
Octal451361447760752725633
Binary1001011011110110010011111111001111011011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E64; }

 p { color: rgb(37,94,100); }

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

<style>
 a { background-color: #255E64; }

 a { background-color: rgb(37,94,100); }

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

<style>
 span { border-color: #255E64; }

 span { border-color: rgb(37,94,100); }

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