#246369

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

Shades of Blue Stone #246369

Tints of Blue Stone #246369

Color information

#246369 (or 0x246369) is unknown color: approx Blue Stone. HEX triplet: 24, 63 and 69. RGB value is (36,99,105). Sum of RGB (Red+Green+Blue) = 36+99+105=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #246369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246369 is #DB9C96. Grayscale: #505050. Windows color (decimal): -14392471 or 6906660. OLE color: 6906660.

HSL color Cylindrical-coordinate representation of color #246369: hue angle of 185.22º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246369 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3699105-
CMYK0.660.0600.59
HSL185.22º48.94%27.65%-
HSV(B)185.22º65.71%41.18%-
XYZ7.7410.3214.95-
YUV80.85141.6396.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=15%
G=41.25%
B=43.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36991050.660.0600.59185.2248.9427.65
Hex24636942603Bb9311c
Octal4414315110260732716134
Binary10010011000111101001100001011001110111011100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246369; }

 p { color: rgb(36,99,105); }

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

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

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

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

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

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

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