#255F64

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

Shades of Blue Stone #255F64

Tints of Blue Stone #255F64

Color information

#255F64 (or 0x255F64) is unknown color: approx Blue Stone. HEX triplet: 25, 5F and 64. RGB value is (37,95,100). Sum of RGB (Red+Green+Blue) = 37+95+100=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #255F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F64 is #DAA09B. Grayscale: #4E4E4E. Windows color (decimal): -14327964 or 6577957. OLE color: 6577957.

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

Color convert

RGB3795100-
CMYK0.630.0500.61
HSL184.76º45.99%26.86%-
HSV(B)184.76º63%39.22%-
XYZ7.169.513.51-
YUV78.23140.2898.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=15.95%
G=40.95%
B=43.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37951000.630.0500.61184.7645.9926.86
Hex255F643F503Db92e1b
Octal451371447750752715633
Binary1001011011111110010011111110101111011011100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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