#246062

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

Shades of Blue Stone #246062

Tints of Blue Stone #246062

Color information

#246062 (or 0x246062) is unknown color: approx Blue Stone. HEX triplet: 24, 60 and 62. RGB value is (36,96,98). Sum of RGB (Red+Green+Blue) = 36+96+98=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #246062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246062 is #DB9F9D. Grayscale: #4E4E4E. Windows color (decimal): -14393246 or 6447140. OLE color: 6447140.

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

Color convert

RGB369698-
CMYK0.630.0200.62
HSL181.94º46.27%26.27%-
HSV(B)181.94º63.27%38.43%-
XYZ7.129.6213.04-
YUV78.29139.1297.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=15.65%
G=41.74%
B=42.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696980.630.0200.62181.9446.2726.27
Hex2460623F203Eb62e1a
Octal441401427720762665632
Binary100100110000011000101111111001111101011011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246062; }

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

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

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

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

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

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

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

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