#246262

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

Shades of Blue Stone #246262

Tints of Blue Stone #246262

Color information

#246262 (or 0x246262) is unknown color: approx Blue Stone. HEX triplet: 24, 62 and 62. RGB value is (36,98,98). Sum of RGB (Red+Green+Blue) = 36+98+98=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #246262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246262 is #DB9D9D. Grayscale: #4F4F4F. Windows color (decimal): -14392734 or 6447652. OLE color: 6447652.

HSL color Cylindrical-coordinate representation of color #246262: hue angle of 180º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246262 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB369898-
CMYK0.63000.62
HSL180º46.27%26.27%-
HSV(B)180º63.27%38.43%-
XYZ7.39.9913.1-
YUV79.46138.4697-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=15.52%
G=42.24%
B=42.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3698980.63000.6218046.2726.27
Hex2462623F003Eb42e1a
Octal441421427700762645632
Binary10010011000101100010111111001111101011010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246262; }

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

 H1.HeaderClassName
 {
   color: #246262;
 }
 .AnyTagClassName
 {
   color: #246262;
 }
</style>
background-color css

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

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

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

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

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

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