#1C6361

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

Shades of Blue Stone #1C6361

Tints of Blue Stone #1C6361

Color information

#1C6361 (or 0x1C6361) is unknown color: approx Blue Stone. HEX triplet: 1C, 63 and 61. RGB value is (28,99,97). Sum of RGB (Red+Green+Blue) = 28+99+97=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6361 is #E39C9E. Grayscale: #4D4D4D. Windows color (decimal): -14916767 or 6382364. OLE color: 6382364.

HSL color Cylindrical-coordinate representation of color #1C6361: hue angle of 178.31º 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 #1C6361 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB289997-
CMYK0.7200.020.61
HSL178.31º55.91%24.9%-
HSV(B)178.31º71.72%38.82%-
XYZ7.110.0312.87-
YUV77.54138.9892.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=12.5%
G=44.20%
B=43.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899970.7200.020.61178.3155.9124.9
Hex1C636148023Db23819
Octal3414314111002752627031
Binary111001100011110000110010000101111011011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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