Html Css Color HEX #245F60 Blue Stone

📋 copy color: '#245F60'

red 36 ◦ green 95 ◦ blue 96

#245F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #245F60

Tints of Blue Stone #245F60

RGB

 RED value IS 36 (14.45% from 255) = 15.86%

 GREEN value IS 95 (37.5% from 255) = 41.85%

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 15.86%
G = 41.85%
B = 42.29%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245F60 (or 0x245F60) is known color: Blue Stone. HEX triplet: 24, 5F and 60. RGB value is (36,95,96). Sum of RGB (Red+Green+Blue) = 36+95+96=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #245F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245F60 is #DBA09F. Grayscale: #4D4D4D. Windows color (decimal): -14393504 or 6315812. OLE color: 6315812.

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

Color convert

RGB 36 95 96 -
CMYK 0.62 0.01 0 0.62
HSL 181º 0.45% 0.26% -
HSV(B) 181º 0.63% 0.38% -
XYZ 6.93 9.4 12.52 -
YUV 77.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 36 95 96 0.62 0.01 0 0.62 181 0.45 0.26
Hex 24 5F 60 3E 1 0 3E B5 2D 1A
Octal 44 137 140 76 1 0 76 265 55 32
Binary 100100 1011111 1100000 111110 1 0 111110 10110101 101101 11010

Color Harmonies of #245F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F60

Black with #245F60

Text Example


Text Example

White with #245F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #245F60;
 }
 .AnyTagClassName
 {
   color: #245F60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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