#235960

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

Shades of Blue Stone #235960

Tints of Blue Stone #235960

Color information

#235960 (or 0x235960) is unknown color: approx Blue Stone. HEX triplet: 23, 59 and 60. RGB value is (35,89,96). Sum of RGB (Red+Green+Blue) = 35+89+96=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #235960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235960 is #DCA69F. Grayscale: #494949. Windows color (decimal): -14460576 or 6314275. OLE color: 6314275.

HSL color Cylindrical-coordinate representation of color #235960: hue angle of 186.89º 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 #235960 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB358996-
CMYK0.640.0700.62
HSL186.89º46.56%25.69%-
HSV(B)186.89º63.54%37.65%-
XYZ6.388.3512.34-
YUV73.65140.61100.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=15.91%
G=40.45%
B=43.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3589960.640.0700.62186.8946.5625.69
Hex23596040703Ebb2f1a
Octal4313114010070762735732
Binary10001110110011100000100000011101111101011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235960; }

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

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

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

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

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

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

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

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