#245B63

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

Shades of Blue Stone #245B63

Tints of Blue Stone #245B63

Color information

#245B63 (or 0x245B63) is unknown color: approx Blue Stone. HEX triplet: 24, 5B and 63. RGB value is (36,91,99). Sum of RGB (Red+Green+Blue) = 36+91+99=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #245B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B63 is #DBA49C. Grayscale: #4B4B4B. Windows color (decimal): -14394525 or 6511396. OLE color: 6511396.

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

Color convert

RGB369199-
CMYK0.640.0800.61
HSL187.62º46.67%26.47%-
HSV(B)187.62º63.64%38.82%-
XYZ6.728.7613.14-
YUV75.47141.2899.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.93%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=15.93%
G=40.27%
B=43.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3691990.640.0800.61187.6246.6726.47
Hex245B6340803Dbc2f1a
Octal44133143100100752745732
Binary100100101101111000111000000100001111011011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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