#236b66

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

Shades of Blue Stone #236B66

Tints of Blue Stone #236B66

Color information

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

HSL color Cylindrical-coordinate representation of color #236B66: hue angle of 175.83º 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 #236B66 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB35107102-
CMYK0.6700.050.58
HSL175.83º50.7%27.84%-
HSV(B)175.83º67.29%41.96%-
XYZ8.3511.8314.41-
YUV84.9137.6592.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351071020.6700.050.58175.8350.727.84
Hex236B6643053Ab0331c
Octal4315314610305722606334
Binary10001111010111100110100001101011110101011000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236b66; }

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

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

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

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

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

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

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

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