#255A62

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

Shades of Blue Stone #255A62

Tints of Blue Stone #255A62

Color information

#255A62 (or 0x255A62) is unknown color: approx Blue Stone. HEX triplet: 25, 5A and 62. RGB value is (37,90,98). Sum of RGB (Red+Green+Blue) = 37+90+98=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #255A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A62 is #DAA59D. Grayscale: #4A4A4A. Windows color (decimal): -14329246 or 6445605. OLE color: 6445605.

HSL color Cylindrical-coordinate representation of color #255A62: hue angle of 187.87º 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 #255A62 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB379098-
CMYK0.620.0800.62
HSL187.87º45.19%26.47%-
HSV(B)187.87º62.24%38.43%-
XYZ6.628.5912.86-
YUV75.06140.94100.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=16.44%
G=40%
B=43.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3790980.620.0800.62187.8745.1926.47
Hex255A623E803Ebc2d1a
Octal4513214276100762745532
Binary10010110110101100010111110100001111101011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,98); }

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

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

 a { background-color: rgb(37,90,98); }

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

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

 span { border-color: rgb(37,90,98); }

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