Html Css Color HEX #246768 Blue Stone

📋 copy color: '#246768'

red 36 ◦ green 103 ◦ blue 104

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

Shades of Blue Stone #246768

Tints of Blue Stone #246768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

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

R = 14.81%
G = 42.39%
B = 42.8%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246768 (or 0x246768) is known color: Blue Stone. HEX triplet: 24, 67 and 68. RGB value is (36,103,104). Sum of RGB (Red+Green+Blue) = 36+103+104=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #246768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246768 is #DB9897. Grayscale: #535353. Windows color (decimal): -14391448 or 6842148. OLE color: 6842148.

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

Color convert

RGB 36 103 104 -
CMYK 0.65 0.01 0 0.59
HSL 180.88º 0.49% 0.27% -
HSV(B) 180.88º 0.65% 0.41% -
XYZ 8.08 11.08 14.81 -
YUV 83.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 36 103 104 0.65 0.01 0 0.59 180.88 0.49 0.27
Hex 24 67 68 41 1 0 3B B5 31 1B
Octal 44 147 150 101 1 0 73 265 61 33
Binary 100100 1100111 1101000 1000001 1 0 111011 10110101 110001 11011

Color Harmonies of #246768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246768

Black with #246768

Text Example


Text Example

White with #246768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246768; }

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

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

background-color css

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

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

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

border-color css

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

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

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