#235D5F

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

Shades of Blue Stone #235D5F

Tints of Blue Stone #235D5F

Color information

#235D5F (or 0x235D5F) is unknown color: approx Blue Stone. HEX triplet: 23, 5D and 5F. RGB value is (35,93,95). Sum of RGB (Red+Green+Blue) = 35+93+95=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #235D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D5F is #DCA2A0. Grayscale: #4B4B4B. Windows color (decimal): -14459553 or 6249763. OLE color: 6249763.

HSL color Cylindrical-coordinate representation of color #235D5F: hue angle of 182º 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 #235D5F is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB359395-
CMYK0.630.0200.63
HSL182º46.15%25.49%-
HSV(B)182º63.16%37.25%-
XYZ6.679.0112.21-
YUV75.89138.7898.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=15.70%
G=41.70%
B=42.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3593950.630.0200.6318246.1525.49
Hex235D5F3F203Fb62e19
Octal431351377720772665631
Binary100011101110110111111111111001111111011011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,93,95); }

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

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

 a { background-color: rgb(35,93,95); }

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

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

 span { border-color: rgb(35,93,95); }

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