#1C635F

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

Shades of Blue Stone #1C635F

Tints of Blue Stone #1C635F

Color information

#1C635F (or 0x1C635F) is unknown color: approx Blue Stone. HEX triplet: 1C, 63 and 5F. RGB value is (28,99,95). Sum of RGB (Red+Green+Blue) = 28+99+95=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #1C635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C635F is #E39CA0. Grayscale: #4D4D4D. Windows color (decimal): -14916769 or 6251292. OLE color: 6251292.

HSL color Cylindrical-coordinate representation of color #1C635F: hue angle of 176.62º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C635F is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB289995-
CMYK0.7200.040.61
HSL176.62º55.91%24.9%-
HSV(B)176.62º71.72%38.82%-
XYZ7.011012.39-
YUV77.32137.9892.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=12.61%
G=44.59%
B=42.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899950.7200.040.61176.6255.9124.9
Hex1C635F48043Db13819
Octal3414313711004752617031
Binary1110011000111011111100100001001111011011000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C635F; }

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

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

<style>
 a { background-color: #1C635F; }

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

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

<style>
 span { border-color: #1C635F; }

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

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