Html Css Color HEX #246963 Blue Stone

📋 copy color: '#246963'

red 36 ◦ green 105 ◦ blue 99

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

Shades of Blue Stone #246963

Tints of Blue Stone #246963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 15%
G = 43.75%
B = 41.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#246963 (or 0x246963) is known color: Blue Stone. HEX triplet: 24, 69 and 63. RGB value is (36,105,99). Sum of RGB (Red+Green+Blue) = 36+105+99=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #246963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246963 is #DB969C. Grayscale: #535353. Windows color (decimal): -14390941 or 6514980. OLE color: 6514980.

HSL color Cylindrical-coordinate representation of color #246963: hue angle of 174.78º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246963 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 105 99 -
CMYK 0.66 0 0.06 0.59
HSL 174.78º 0.49% 0.28% -
HSV(B) 174.78º 0.66% 0.41% -
XYZ 8.03 11.38 13.58 -
YUV 83.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 36 105 99 0.66 0 0.06 0.59 174.78 0.49 0.28
Hex 24 69 63 42 0 6 3B AF 31 1C
Octal 44 151 143 102 0 6 73 257 61 34
Binary 100100 1101001 1100011 1000010 0 110 111011 10101111 110001 11100

Color Harmonies of #246963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246963

Black with #246963

Text Example


Text Example

White with #246963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246963; }

 p { color: rgb(36,105,99); }

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

background-color css

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

 a { background-color: rgb(36,105,99); }

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

border-color css

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

 span { border-color: rgb(36,105,99); }

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