#236866

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

Shades of Blue Stone #236866

Tints of Blue Stone #236866

Color information

#236866 (or 0x236866) is unknown color: approx Blue Stone. HEX triplet: 23, 68 and 66. RGB value is (35,104,102). Sum of RGB (Red+Green+Blue) = 35+104+102=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #236866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236866 is #DC9799. Grayscale: #535353. Windows color (decimal): -14456730 or 6711331. OLE color: 6711331.

HSL color Cylindrical-coordinate representation of color #236866: hue angle of 178.26º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #236866 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB35104102-
CMYK0.6600.020.59
HSL178.26º49.64%27.25%-
HSV(B)178.26º66.35%40.78%-
XYZ8.0411.2214.31-
YUV83.14138.6493.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.52%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=14.52%
G=43.15%
B=42.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal351041020.6600.020.59178.2649.6427.25
Hex23686642023Bb2321b
Octal4315014610202732626233
Binary1000111101000110011010000100101110111011001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236866; }

 p { color: rgb(35,104,102); }

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

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

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

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

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

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

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