#245E63

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

Shades of Blue Stone #245E63

Tints of Blue Stone #245E63

Color information

#245E63 (or 0x245E63) is unknown color: approx Blue Stone. HEX triplet: 24, 5E and 63. RGB value is (36,94,99). Sum of RGB (Red+Green+Blue) = 36+94+99=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #245E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245E63 is #DBA19C. Grayscale: #4D4D4D. Windows color (decimal): -14393757 or 6512164. OLE color: 6512164.

HSL color Cylindrical-coordinate representation of color #245E63: hue angle of 184.76º 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 #245E63 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB369499-
CMYK0.640.0500.61
HSL184.76º46.67%26.47%-
HSV(B)184.76º63.64%38.82%-
XYZ6.989.2813.23-
YUV77.23140.2898.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=15.72%
G=41.05%
B=43.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3694990.640.0500.61184.7646.6726.47
Hex245E6340503Db92f1a
Octal4413614310050752715732
Binary10010010111101100011100000010101111011011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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