#245D5F

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

Shades of Blue Stone #245D5F

Tints of Blue Stone #245D5F

Color information

#245D5F (or 0x245D5F) is unknown color: approx Blue Stone. HEX triplet: 24, 5D and 5F. RGB value is (36,93,95). Sum of RGB (Red+Green+Blue) = 36+93+95=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #245D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D5F is #DBA2A0. Grayscale: #4C4C4C. Windows color (decimal): -14394017 or 6249764. OLE color: 6249764.

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

Color convert

RGB369395-
CMYK0.620.0200.63
HSL182.03º45.04%25.69%-
HSV(B)182.03º62.11%37.25%-
XYZ6.719.0312.22-
YUV76.18138.6299.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=16.07%
G=41.52%
B=42.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3693950.620.0200.63182.0345.0425.69
Hex245D5F3E203Fb62d1a
Octal441351377620772665532
Binary100100101110110111111111101001111111011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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