#236B6B

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

Shades of Blue Stone #236B6B

Tints of Blue Stone #236B6B

Color information

#236B6B (or 0x236B6B) is unknown color: approx Blue Stone. HEX triplet: 23, 6B and 6B. RGB value is (35,107,107). Sum of RGB (Red+Green+Blue) = 35+107+107=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #236B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236B6B is #DC9494. Grayscale: #555555. Windows color (decimal): -14455957 or 7039779. OLE color: 7039779.

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

Color convert

RGB35107107-
CMYK0.67000.58
HSL180º50.7%27.84%-
HSV(B)180º67.29%41.96%-
XYZ8.611.9315.76-
YUV85.47140.1592-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351071070.67000.5818050.727.84
Hex236B6B43003Ab4331c
Octal4315315310300722646334
Binary100011110101111010111000011001110101011010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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