Html Css Color HEX #246160 Blue Stone

📋 copy color: '#246160'

red 36 ◦ green 97 ◦ blue 96

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

Shades of Blue Stone #246160

Tints of Blue Stone #246160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

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

R = 15.72%
G = 42.36%
B = 41.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#246160 (or 0x246160) is known color: Blue Stone. HEX triplet: 24, 61 and 60. RGB value is (36,97,96). Sum of RGB (Red+Green+Blue) = 36+97+96=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #246160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246160 is #DB9E9F. Grayscale: #4E4E4E. Windows color (decimal): -14392992 or 6316324. OLE color: 6316324.

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

Color convert

RGB 36 97 96 -
CMYK 0.63 0 0.01 0.62
HSL 179.02º 0.46% 0.26% -
HSV(B) 179.02º 0.63% 0.38% -
XYZ 7.11 9.77 12.58 -
YUV 78.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 36 97 96 0.63 0 0.01 0.62 179.02 0.46 0.26
Hex 24 61 60 3F 0 1 3E B3 2E 1A
Octal 44 141 140 77 0 1 76 263 56 32
Binary 100100 1100001 1100000 111111 0 1 111110 10110011 101110 11010

Color Harmonies of #246160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246160

Black with #246160

Text Example


Text Example

White with #246160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246160; }

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

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

background-color css

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

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

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

border-color css

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

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

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