#236C69

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

Shades of Blue Stone #236C69

Tints of Blue Stone #236C69

Color information

#236C69 (or 0x236C69) is unknown color: approx Blue Stone. HEX triplet: 23, 6C and 69. RGB value is (35,108,105). Sum of RGB (Red+Green+Blue) = 35+108+105=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #236C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C69 is #DC9396. Grayscale: #555555. Windows color (decimal): -14455703 or 6908963. OLE color: 6908963.

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

Color convert

RGB35108105-
CMYK0.6800.030.58
HSL177.53º51.05%28.04%-
HSV(B)177.53º67.59%42.35%-
XYZ8.6112.115.25-
YUV85.83138.8291.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=14.11%
G=43.55%
B=42.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal351081050.6800.030.58177.5351.0528.04
Hex236C6944033Ab2331c
Octal4315415110403722626334
Binary1000111101100110100110001000111110101011001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,108,105); }

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

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

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

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

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

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

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