Html Css Color HEX #246668 Blue Stone

📋 copy color: '#246668'

red 36 ◦ green 102 ◦ blue 104

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

Shades of Blue Stone #246668

Tints of Blue Stone #246668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.15%

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

R = 14.88%
G = 42.15%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246668 (or 0x246668) is known color: Blue Stone. HEX triplet: 24, 66 and 68. RGB value is (36,102,104). Sum of RGB (Red+Green+Blue) = 36+102+104=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #246668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246668 is #DB9997. Grayscale: #525252. Windows color (decimal): -14391704 or 6841892. OLE color: 6841892.

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

Color convert

RGB 36 102 104 -
CMYK 0.65 0.02 0 0.59
HSL 181.76º 0.49% 0.27% -
HSV(B) 181.76º 0.65% 0.41% -
XYZ 7.98 10.88 14.78 -
YUV 82.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 36 102 104 0.65 0.02 0 0.59 181.76 0.49 0.27
Hex 24 66 68 41 2 0 3B B6 31 1B
Octal 44 146 150 101 2 0 73 266 61 33
Binary 100100 1100110 1101000 1000001 10 0 111011 10110110 110001 11011

Color Harmonies of #246668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246668

Black with #246668

Text Example


Text Example

White with #246668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246668; }

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

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

background-color css

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

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

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

border-color css

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

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

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