#236b64

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

Shades of Blue Stone #236B64

Tints of Blue Stone #236B64

Color information

#236B64 (or 0x236B64) is unknown color: approx Blue Stone. HEX triplet: 23, 6B and 64. RGB value is (35,107,100). Sum of RGB (Red+Green+Blue) = 35+107+100=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #236B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B64 is #DC949B. Grayscale: #545454. Windows color (decimal): -14455964 or 6581027. OLE color: 6581027.

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

Color convert

RGB35107100-
CMYK0.6700.070.58
HSL174.17º50.7%27.84%-
HSV(B)174.17º67.29%41.96%-
XYZ8.2511.7913.9-
YUV84.67136.6592.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=14.46%
G=44.21%
B=41.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351071000.6700.070.58174.1750.727.84
Hex236B6443073Aae331c
Octal4315314410307722566334
Binary10001111010111100100100001101111110101010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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