#245F5D

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

Shades of Blue Stone #245F5D

Tints of Blue Stone #245F5D

Color information

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

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

Color convert

RGB369593-
CMYK0.6200.020.63
HSL177.97º45.04%25.69%-
HSV(B)177.97º62.11%37.25%-
XYZ6.89.3511.8-
YUV77.13136.9598.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695930.6200.020.63177.9745.0425.69
Hex245F5D3E023Fb22d1a
Octal441371357602772625532
Binary100100101111110111011111100101111111011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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