#246268

Color #246268 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #246268

Tints of Blue Stone #246268

Color information

#246268 (or 0x246268) is unknown color: approx 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

RGB3698104-
CMYK0.650.0600.59
HSL185.29º48.57%27.45%-
HSV(B)185.29º65.38%40.78%-
XYZ7.5910.1114.65-
YUV80.15141.4696.51-

RGB Variations

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

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.70%
R=15.13%
G=41.18%
B=43.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36981040.650.0600.59185.2948.5727.45
Hex24626841603Bb9311b
Octal4414215010160732716133
Binary10010011000101101000100000111001110111011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>