#245D63

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

Shades of Blue Stone #245D63

Tints of Blue Stone #245D63

Color information

#245D63 (or 0x245D63) is unknown color: approx Blue Stone. HEX triplet: 24, 5D and 63. RGB value is (36,93,99). Sum of RGB (Red+Green+Blue) = 36+93+99=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #245D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D63 is #DBA29C. Grayscale: #4C4C4C. Windows color (decimal): -14394013 or 6511908. OLE color: 6511908.

HSL color Cylindrical-coordinate representation of color #245D63: hue angle of 185.71º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #245D63 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB369399-
CMYK0.640.0600.61
HSL185.71º46.67%26.47%-
HSV(B)185.71º63.64%38.82%-
XYZ6.899.113.2-
YUV76.64140.6299.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=15.79%
G=40.79%
B=43.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3693990.640.0600.61185.7146.6726.47
Hex245D6340603Dba2f1a
Octal4413514310060752725732
Binary10010010111011100011100000011001111011011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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