#255B61

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

Shades of Blue Stone #255B61

Tints of Blue Stone #255B61

Color information

#255B61 (or 0x255B61) is unknown color: approx Blue Stone. HEX triplet: 25, 5B and 61. RGB value is (37,91,97). Sum of RGB (Red+Green+Blue) = 37+91+97=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #255B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B61 is #DAA49E. Grayscale: #4B4B4B. Windows color (decimal): -14328991 or 6380325. OLE color: 6380325.

HSL color Cylindrical-coordinate representation of color #255B61: hue angle of 186º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255B61 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB379197-
CMYK0.620.0600.62
HSL186º44.78%26.27%-
HSV(B)186º61.86%38.04%-
XYZ6.668.7412.64-
YUV75.54140.11100.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=16.44%
G=40.44%
B=43.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3791970.620.0600.6218644.7826.27
Hex255B613E603Eba2d1a
Octal451331417660762725532
Binary1001011011011110000111111011001111101011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,97); }

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

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

 a { background-color: rgb(37,91,97); }

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

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

 span { border-color: rgb(37,91,97); }

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