#236B6A

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

Shades of Blue Stone #236B6A

Tints of Blue Stone #236B6A

Color information

#236B6A (or 0x236B6A) is unknown color: approx Blue Stone. HEX triplet: 23, 6B and 6A. RGB value is (35,107,106). Sum of RGB (Red+Green+Blue) = 35+107+106=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #236B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B6A is #DC9495. Grayscale: #555555. Windows color (decimal): -14455958 or 6974243. OLE color: 6974243.

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

Color convert

RGB35107106-
CMYK0.6700.010.58
HSL179.17º50.7%27.84%-
HSV(B)179.17º67.29%41.96%-
XYZ8.5511.9115.48-
YUV85.36139.6592.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=14.11%
G=43.15%
B=42.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351071060.6700.010.58179.1750.727.84
Hex236B6A43013Ab3331c
Octal4315315210301722636334
Binary100011110101111010101000011011110101011001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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