#235B5E

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

Shades of Blue Stone #235B5E

Tints of Blue Stone #235B5E

Color information

#235B5E (or 0x235B5E) is unknown color: approx Blue Stone. HEX triplet: 23, 5B and 5E. RGB value is (35,91,94). Sum of RGB (Red+Green+Blue) = 35+91+94=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #235B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235B5E is #DCA4A1. Grayscale: #4A4A4A. Windows color (decimal): -14460066 or 6183715. OLE color: 6183715.

HSL color Cylindrical-coordinate representation of color #235B5E: hue angle of 183.05º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235B5E is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB359194-
CMYK0.630.0300.63
HSL183.05º45.74%25.29%-
HSV(B)183.05º62.77%36.86%-
XYZ6.458.6511.92-
YUV74.6138.9599.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.91%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=15.91%
G=41.36%
B=42.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3591940.630.0300.63183.0545.7425.29
Hex235B5E3F303Fb72e19
Octal431331367730772675631
Binary100011101101110111101111111101111111011011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235B5E; }

 p { color: rgb(35,91,94); }

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

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

 a { background-color: rgb(35,91,94); }

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

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

 span { border-color: rgb(35,91,94); }

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