#245F62

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

Shades of Blue Stone #245F62

Tints of Blue Stone #245F62

Color information

#245F62 (or 0x245F62) is unknown color: approx Blue Stone. HEX triplet: 24, 5F and 62. RGB value is (36,95,98). Sum of RGB (Red+Green+Blue) = 36+95+98=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #245F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F62 is #DBA09D. Grayscale: #4D4D4D. Windows color (decimal): -14393502 or 6446884. OLE color: 6446884.

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

Color convert

RGB369598-
CMYK0.630.0300.62
HSL182.9º46.27%26.27%-
HSV(B)182.9º63.27%38.43%-
XYZ7.029.4413.01-
YUV77.7139.4598.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 95 (37.5% from 255) = 41.48%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=15.72%
G=41.48%
B=42.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3695980.630.0300.62182.946.2726.27
Hex245F623F303Eb72e1a
Octal441371427730762675632
Binary100100101111111000101111111101111101011011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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