#245E61

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

Shades of Blue Stone #245E61

Tints of Blue Stone #245E61

Color information

#245E61 (or 0x245E61) is unknown color: approx Blue Stone. HEX triplet: 24, 5E and 61. RGB value is (36,94,97). Sum of RGB (Red+Green+Blue) = 36+94+97=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #245E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E61 is #DBA19E. Grayscale: #4C4C4C. Windows color (decimal): -14393759 or 6381092. OLE color: 6381092.

HSL color Cylindrical-coordinate representation of color #245E61: hue angle of 182.95º 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 #245E61 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB369497-
CMYK0.630.0300.62
HSL182.95º45.86%26.08%-
HSV(B)182.95º62.89%38.04%-
XYZ6.899.2412.73-
YUV77139.2898.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=15.86%
G=41.41%
B=42.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3694970.630.0300.62182.9545.8626.08
Hex245E613F303Eb72e1a
Octal441361417730762675632
Binary100100101111011000011111111101111101011011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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