#235F5F

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

Shades of Blue Stone #235F5F

Tints of Blue Stone #235F5F

Color information

#235F5F (or 0x235F5F) is unknown color: approx Blue Stone. HEX triplet: 23, 5F and 5F. RGB value is (35,95,95). Sum of RGB (Red+Green+Blue) = 35+95+95=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #235F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235F5F is #DCA0A0. Grayscale: #4D4D4D. Windows color (decimal): -14459041 or 6250275. OLE color: 6250275.

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

Color convert

RGB359595-
CMYK0.63000.63
HSL180º46.15%25.49%-
HSV(B)180º63.16%37.25%-
XYZ6.859.3712.27-
YUV77.06138.1298-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=15.56%
G=42.22%
B=42.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3595950.63000.6318046.1525.49
Hex235F5F3F003Fb42e19
Octal431371377700772645631
Binary10001110111111011111111111001111111011010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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