#245D61

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

Shades of Blue Stone #245D61

Tints of Blue Stone #245D61

Color information

#245D61 (or 0x245D61) is unknown color: approx Blue Stone. HEX triplet: 24, 5D and 61. RGB value is (36,93,97). Sum of RGB (Red+Green+Blue) = 36+93+97=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #245D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D61 is #DBA29E. Grayscale: #4C4C4C. Windows color (decimal): -14394015 or 6380836. OLE color: 6380836.

HSL color Cylindrical-coordinate representation of color #245D61: hue angle of 183.93º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #245D61 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB369397-
CMYK0.630.0400.62
HSL183.93º45.86%26.08%-
HSV(B)183.93º62.89%38.04%-
XYZ6.89.0712.7-
YUV76.41139.6299.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=15.93%
G=41.15%
B=42.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3693970.630.0400.62183.9345.8626.08
Hex245D613F403Eb82e1a
Octal441351417740762705632
Binary1001001011101110000111111110001111101011100010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D61; }

 p { color: rgb(36,93,97); }

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

<style>
 a { background-color: #245D61; }

 a { background-color: rgb(36,93,97); }

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

<style>
 span { border-color: #245D61; }

 span { border-color: rgb(36,93,97); }

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