Html Css Color HEX #246468 Blue Stone

📋 copy color: '#246468'

red 36 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #246468

Tints of Blue Stone #246468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 15%
G = 41.67%
B = 43.33%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246468 (or 0x246468) is known color: Blue Stone. HEX triplet: 24, 64 and 68. RGB value is (36,100,104). Sum of RGB (Red+Green+Blue) = 36+100+104=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #246468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246468 is #DB9B97. Grayscale: #515151. Windows color (decimal): -14392216 or 6841380. OLE color: 6841380.

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

Color convert

RGB 36 100 104 -
CMYK 0.65 0.04 0 0.59
HSL 183.53º 0.49% 0.27% -
HSV(B) 183.53º 0.65% 0.41% -
XYZ 7.78 10.49 14.71 -
YUV 81.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 36 100 104 0.65 0.04 0 0.59 183.53 0.49 0.27
Hex 24 64 68 41 4 0 3B B8 31 1B
Octal 44 144 150 101 4 0 73 270 61 33
Binary 100100 1100100 1101000 1000001 100 0 111011 10111000 110001 11011

Color Harmonies of #246468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246468

Black with #246468

Text Example


Text Example

White with #246468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246468; }

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

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

background-color css

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

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

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

border-color css

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

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

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