#23635e

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

Shades of Blue Stone #23635E

Tints of Blue Stone #23635E

Color information

#23635E (or 0x23635E) is unknown color: approx Blue Stone. HEX triplet: 23, 63 and 5E. RGB value is (35,99,94). Sum of RGB (Red+Green+Blue) = 35+99+94=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #23635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23635E is #DC9CA1. Grayscale: #4F4F4F. Windows color (decimal): -14458018 or 6185763. OLE color: 6185763.

HSL color Cylindrical-coordinate representation of color #23635E: hue angle of 175.31º 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 #23635E is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB359994-
CMYK0.6500.050.61
HSL175.31º47.76%26.27%-
HSV(B)175.31º64.65%38.82%-
XYZ7.1810.0912.16-
YUV79.29136.396.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.35%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=15.35%
G=43.42%
B=41.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3599940.6500.050.61175.3147.7626.27
Hex23635E41053Daf301a
Octal4314313610105752576032
Binary10001111000111011110100000101011111011010111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23635e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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