#23696D

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

Shades of Blue Stone #23696D

Tints of Blue Stone #23696D

Color information

#23696D (or 0x23696D) is unknown color: approx Blue Stone. HEX triplet: 23, 69 and 6D. RGB value is (35,105,109). Sum of RGB (Red+Green+Blue) = 35+105+109=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #23696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23696D is #DC9692. Grayscale: #545454. Windows color (decimal): -14456467 or 7170339. OLE color: 7170339.

HSL color Cylindrical-coordinate representation of color #23696D: hue angle of 183.24º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23696D is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB35105109-
CMYK0.680.0400.57
HSL183.24º51.39%28.24%-
HSV(B)183.24º67.89%42.75%-
XYZ8.5111.5616.25-
YUV84.53141.8192.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=14.06%
G=42.17%
B=43.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal351051090.680.0400.57183.2451.3928.24
Hex23696D444039b7331c
Octal4315115510440712676334
Binary10001111010011101101100010010001110011011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23696D; }

 p { color: rgb(35,105,109); }

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

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

 a { background-color: rgb(35,105,109); }

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

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

 span { border-color: rgb(35,105,109); }

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