#235860

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

Shades of Blue Stone #235860

Tints of Blue Stone #235860

Color information

#235860 (or 0x235860) is unknown color: approx Blue Stone. HEX triplet: 23, 58 and 60. RGB value is (35,88,96). Sum of RGB (Red+Green+Blue) = 35+88+96=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #235860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235860 is #DCA79F. Grayscale: #484848. Windows color (decimal): -14460832 or 6314019. OLE color: 6314019.

HSL color Cylindrical-coordinate representation of color #235860: hue angle of 187.87º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #235860 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB358896-
CMYK0.640.0800.62
HSL187.87º46.56%25.69%-
HSV(B)187.87º63.54%37.65%-
XYZ6.298.1812.31-
YUV73.06140.94100.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=15.98%
G=40.18%
B=43.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3588960.640.0800.62187.8746.5625.69
Hex23586040803Ebc2f1a
Octal43130140100100762745732
Binary100011101100011000001000000100001111101011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235860; }

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

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

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

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

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

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

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

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