#23666B

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

Shades of Blue Stone #23666B

Tints of Blue Stone #23666B

Color information

#23666B (or 0x23666B) is unknown color: approx Blue Stone. HEX triplet: 23, 66 and 6B. RGB value is (35,102,107). Sum of RGB (Red+Green+Blue) = 35+102+107=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #23666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23666B is #DC9994. Grayscale: #525252. Windows color (decimal): -14457237 or 7038499. OLE color: 7038499.

HSL color Cylindrical-coordinate representation of color #23666B: hue angle of 184.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23666B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB35102107-
CMYK0.670.0500.58
HSL184.17º50.7%27.84%-
HSV(B)184.17º67.29%41.96%-
XYZ8.110.9215.59-
YUV82.54141.894.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=14.34%
G=41.80%
B=43.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351021070.670.0500.58184.1750.727.84
Hex23666B43503Ab8331c
Octal4314615310350722706334
Binary10001111001101101011100001110101110101011100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23666B; }

 p { color: rgb(35,102,107); }

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

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

 a { background-color: rgb(35,102,107); }

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

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

 span { border-color: rgb(35,102,107); }

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