Html Css Color HEX #245960 Blue Stone

📋 copy color: '#245960'

red 36 ◦ green 89 ◦ blue 96

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

Shades of Blue Stone #245960

Tints of Blue Stone #245960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.27%

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

R = 16.29%
G = 40.27%
B = 43.44%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#245960 (or 0x245960) is known color: Blue Stone. HEX triplet: 24, 59 and 60. RGB value is (36,89,96). Sum of RGB (Red+Green+Blue) = 36+89+96=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #245960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245960 is #DBA69F. Grayscale: #494949. Windows color (decimal): -14395040 or 6314276. OLE color: 6314276.

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

Color convert

RGB 36 89 96 -
CMYK 0.62 0.07 0 0.62
HSL 187º 0.45% 0.26% -
HSV(B) 187º 0.63% 0.38% -
XYZ 6.41 8.36 12.34 -
YUV 73.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 36 89 96 0.62 0.07 0 0.62 187 0.45 0.26
Hex 24 59 60 3E 7 0 3E BB 2D 1A
Octal 44 131 140 76 7 0 76 273 55 32
Binary 100100 1011001 1100000 111110 111 0 111110 10111011 101101 11010

Color Harmonies of #245960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245960

Black with #245960

Text Example


Text Example

White with #245960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245960; }

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

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

background-color css

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

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

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

border-color css

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

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

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