#245F61

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

Shades of Blue Stone #245F61

Tints of Blue Stone #245F61

Color information

#245F61 (or 0x245F61) is unknown color: approx Blue Stone. HEX triplet: 24, 5F and 61. RGB value is (36,95,97). Sum of RGB (Red+Green+Blue) = 36+95+97=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #245F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F61 is #DBA09E. Grayscale: #4D4D4D. Windows color (decimal): -14393503 or 6381348. OLE color: 6381348.

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

Color convert

RGB369597-
CMYK0.630.0200.62
HSL181.97º45.86%26.08%-
HSV(B)181.97º62.89%38.04%-
XYZ6.989.4212.76-
YUV77.59138.9598.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=15.79%
G=41.67%
B=42.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3695970.630.0200.62181.9745.8626.08
Hex245F613F203Eb62e1a
Octal441371417720762665632
Binary100100101111111000011111111001111101011011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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