Html Css Color HEX #246863 Blue Stone

📋 copy color: '#246863'

red 36 ◦ green 104 ◦ blue 99

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

Shades of Blue Stone #246863

Tints of Blue Stone #246863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

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

R = 15.06%
G = 43.51%
B = 41.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#246863 (or 0x246863) is known color: Blue Stone. HEX triplet: 24, 68 and 63. RGB value is (36,104,99). Sum of RGB (Red+Green+Blue) = 36+104+99=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #246863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246863 is #DB979C. Grayscale: #535353. Windows color (decimal): -14391197 or 6514724. OLE color: 6514724.

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

Color convert

RGB 36 104 99 -
CMYK 0.65 0 0.05 0.59
HSL 175.59º 0.49% 0.27% -
HSV(B) 175.59º 0.65% 0.41% -
XYZ 7.93 11.18 13.54 -
YUV 83.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 36 104 99 0.65 0 0.05 0.59 175.59 0.49 0.27
Hex 24 68 63 41 0 5 3B B0 31 1B
Octal 44 150 143 101 0 5 73 260 61 33
Binary 100100 1101000 1100011 1000001 0 101 111011 10110000 110001 11011

Color Harmonies of #246863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246863

Black with #246863

Text Example


Text Example

White with #246863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246863; }

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

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

background-color css

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

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

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

border-color css

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

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

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