#23666A

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

Shades of Blue Stone #23666A

Tints of Blue Stone #23666A

Color information

#23666A (or 0x23666A) is unknown color: approx Blue Stone. HEX triplet: 23, 66 and 6A. RGB value is (35,102,106). Sum of RGB (Red+Green+Blue) = 35+102+106=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #23666A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23666A is #DC9995. Grayscale: #525252. Windows color (decimal): -14457238 or 6972963. OLE color: 6972963.

HSL color Cylindrical-coordinate representation of color #23666A: hue angle of 183.38º degrees, saturation: 0.5, 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 #23666A is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB35102106-
CMYK0.670.0400.58
HSL183.38º50.35%27.65%-
HSV(B)183.38º66.98%41.57%-
XYZ8.0510.915.32-
YUV82.42141.394.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=14.40%
G=41.98%
B=43.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351021060.670.0400.58183.3850.3527.65
Hex23666A43403Ab7321c
Octal4314615210340722676234
Binary10001111001101101010100001110001110101011011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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