#236A6B

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

Shades of Blue Stone #236A6B

Tints of Blue Stone #236A6B

Color information

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

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

Color convert

RGB35106107-
CMYK0.670.0100.58
HSL180.83º50.7%27.84%-
HSV(B)180.83º67.29%41.96%-
XYZ8.511.7315.73-
YUV84.88140.4892.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351061070.670.0100.58180.8350.727.84
Hex236A6B43103Ab5331c
Octal4315215310310722656334
Binary100011110101011010111000011101110101011010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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