#236B6D

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

Shades of Blue Stone #236B6D

Tints of Blue Stone #236B6D

Color information

#236B6D (or 0x236B6D) is unknown color: approx Blue Stone. HEX triplet: 23, 6B and 6D. RGB value is (35,107,109). Sum of RGB (Red+Green+Blue) = 35+107+109=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #236B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B6D is #DC9492. Grayscale: #555555. Windows color (decimal): -14455955 or 7170851. OLE color: 7170851.

HSL color Cylindrical-coordinate representation of color #236B6D: hue angle of 181.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #236B6D is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB35107109-
CMYK0.680.0200.57
HSL181.62º51.39%28.24%-
HSV(B)181.62º67.89%42.75%-
XYZ8.7111.9816.32-
YUV85.7141.1591.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=13.94%
G=42.63%
B=43.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal351071090.680.0200.57181.6251.3928.24
Hex236B6D442039b6331c
Octal4315315510420712666334
Binary1000111101011110110110001001001110011011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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