Html Css Color HEX #246965 Blue Stone

📋 copy color: '#246965'

red 36 ◦ green 105 ◦ blue 101

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

Shades of Blue Stone #246965

Tints of Blue Stone #246965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 14.88%
G = 43.39%
B = 41.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#246965 (or 0x246965) is known color: Blue Stone. HEX triplet: 24, 69 and 65. RGB value is (36,105,101). Sum of RGB (Red+Green+Blue) = 36+105+101=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #246965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246965 is #DB969A. Grayscale: #535353. Windows color (decimal): -14390939 or 6646052. OLE color: 6646052.

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

Color convert

RGB 36 105 101 -
CMYK 0.66 0 0.04 0.59
HSL 176.52º 0.49% 0.28% -
HSV(B) 176.52º 0.66% 0.41% -
XYZ 8.13 11.42 14.09 -
YUV 83.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 36 105 101 0.66 0 0.04 0.59 176.52 0.49 0.28
Hex 24 69 65 42 0 4 3B B1 31 1C
Octal 44 151 145 102 0 4 73 261 61 34
Binary 100100 1101001 1100101 1000010 0 100 111011 10110001 110001 11100

Color Harmonies of #246965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246965

Black with #246965

Text Example


Text Example

White with #246965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246965; }

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

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

background-color css

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

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

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

border-color css

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

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

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