Html Css Color HEX #246260 Blue Stone

📋 copy color: '#246260'

red 36 ◦ green 98 ◦ blue 96

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

Shades of Blue Stone #246260

Tints of Blue Stone #246260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

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

R = 15.65%
G = 42.61%
B = 41.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#246260 (or 0x246260) is known color: Blue Stone. HEX triplet: 24, 62 and 60. RGB value is (36,98,96). Sum of RGB (Red+Green+Blue) = 36+98+96=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #246260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246260 is #DB9D9F. Grayscale: #4F4F4F. Windows color (decimal): -14392736 or 6316580. OLE color: 6316580.

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

Color convert

RGB 36 98 96 -
CMYK 0.63 0 0.02 0.62
HSL 178.06º 0.46% 0.26% -
HSV(B) 178.06º 0.63% 0.38% -
XYZ 7.21 9.95 12.61 -
YUV 79.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 36 98 96 0.63 0 0.02 0.62 178.06 0.46 0.26
Hex 24 62 60 3F 0 2 3E B2 2E 1A
Octal 44 142 140 77 0 2 76 262 56 32
Binary 100100 1100010 1100000 111111 0 10 111110 10110010 101110 11010

Color Harmonies of #246260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246260

Black with #246260

Text Example


Text Example

White with #246260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246260; }

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

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

background-color css

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

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

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

border-color css

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

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

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