#23635F

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

Shades of Blue Stone #23635F

Tints of Blue Stone #23635F

Color information

#23635F (or 0x23635F) is unknown color: approx Blue Stone. HEX triplet: 23, 63 and 5F. RGB value is (35,99,95). Sum of RGB (Red+Green+Blue) = 35+99+95=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #23635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23635F is #DC9CA0. Grayscale: #4F4F4F. Windows color (decimal): -14458017 or 6251299. OLE color: 6251299.

HSL color Cylindrical-coordinate representation of color #23635F: hue angle of 176.25º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23635F is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB359995-
CMYK0.6500.040.61
HSL176.25º47.76%26.27%-
HSV(B)176.25º64.65%38.82%-
XYZ7.2210.1112.4-
YUV79.41136.896.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=15.28%
G=43.23%
B=41.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3599950.6500.040.61176.2547.7626.27
Hex23635F41043Db0301a
Octal4314313710104752606032
Binary10001111000111011111100000101001111011011000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23635F; }

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

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

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

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

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

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

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

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