#236660

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

Shades of Blue Stone #236660

Tints of Blue Stone #236660

Color information

#236660 (or 0x236660) is unknown color: approx Blue Stone. HEX triplet: 23, 66 and 60. RGB value is (35,102,96). Sum of RGB (Red+Green+Blue) = 35+102+96=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 102 - color contains mainly: green. Hex color #236660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236660 is #DC999F. Grayscale: #515151. Windows color (decimal): -14457248 or 6317603. OLE color: 6317603.

HSL color Cylindrical-coordinate representation of color #236660: hue angle of 174.63º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #236660 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB3510296-
CMYK0.6600.060.6
HSL174.63º48.91%26.86%-
HSV(B)174.63º65.69%40%-
XYZ7.5610.712.73-
YUV81.28136.394.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=15.02%
G=43.78%
B=41.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal35102960.6600.060.6174.6348.9126.86
Hex23666042063Caf311b
Octal4314614010206742576133
Binary10001111001101100000100001001101111001010111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236660; }

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

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

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

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

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

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

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

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