Html Css Color HEX #245C60 Blue Stone

📋 copy color: '#245C60'

red 36 ◦ green 92 ◦ blue 96

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

Shades of Blue Stone #245C60

Tints of Blue Stone #245C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

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

R = 16.07%
G = 41.07%
B = 42.86%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245C60 (or 0x245C60) is known color: Blue Stone. HEX triplet: 24, 5C and 60. RGB value is (36,92,96). Sum of RGB (Red+Green+Blue) = 36+92+96=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #245C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C60 is #DBA39F. Grayscale: #4B4B4B. Windows color (decimal): -14394272 or 6315044. OLE color: 6315044.

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

Color convert

RGB 36 92 96 -
CMYK 0.62 0.04 0 0.62
HSL 184º 0.45% 0.26% -
HSV(B) 184º 0.63% 0.38% -
XYZ 6.67 8.87 12.43 -
YUV 75.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 36 92 96 0.62 0.04 0 0.62 184 0.45 0.26
Hex 24 5C 60 3E 4 0 3E B8 2D 1A
Octal 44 134 140 76 4 0 76 270 55 32
Binary 100100 1011100 1100000 111110 100 0 111110 10111000 101101 11010

Color Harmonies of #245C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C60

Black with #245C60

Text Example


Text Example

White with #245C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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