#236B68

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

Shades of Blue Stone #236B68

Tints of Blue Stone #236B68

Color information

#236B68 (or 0x236B68) is unknown color: approx Blue Stone. HEX triplet: 23, 6B and 68. RGB value is (35,107,104). Sum of RGB (Red+Green+Blue) = 35+107+104=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #236B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B68 is #DC9497. Grayscale: #555555. Windows color (decimal): -14455960 or 6843171. OLE color: 6843171.

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

Color convert

RGB35107104-
CMYK0.6700.030.58
HSL177.5º50.7%27.84%-
HSV(B)177.5º67.29%41.96%-
XYZ8.4511.8714.94-
YUV85.13138.6592.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=14.23%
G=43.50%
B=42.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351071040.6700.030.58177.550.727.84
Hex236B6843033Ab2331c
Octal4315315010303722626334
Binary1000111101011110100010000110111110101011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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