Html Css Color HEX #246268 Blue Stone

📋 copy color: '#246268'

red 36 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #246268

Tints of Blue Stone #246268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.18%

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

R = 15.13%
G = 41.18%
B = 43.7%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#246268 (or 0x246268) is known color: Blue Stone. HEX triplet: 24, 62 and 68. RGB value is (36,98,104). Sum of RGB (Red+Green+Blue) = 36+98+104=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #246268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246268 is #DB9D97. Grayscale: #505050. Windows color (decimal): -14392728 or 6840868. OLE color: 6840868.

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

Color convert

RGB 36 98 104 -
CMYK 0.65 0.06 0 0.59
HSL 185.29º 0.49% 0.27% -
HSV(B) 185.29º 0.65% 0.41% -
XYZ 7.59 10.11 14.65 -
YUV 80.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 36 98 104 0.65 0.06 0 0.59 185.29 0.49 0.27
Hex 24 62 68 41 6 0 3B B9 31 1B
Octal 44 142 150 101 6 0 73 271 61 33
Binary 100100 1100010 1101000 1000001 110 0 111011 10111001 110001 11011

Color Harmonies of #246268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246268

Black with #246268

Text Example


Text Example

White with #246268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246268; }

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

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

background-color css

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

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

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

border-color css

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

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

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