#1C6360

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

Shades of Blue Stone #1C6360

Tints of Blue Stone #1C6360

Color information

#1C6360 (or 0x1C6360) is unknown color: approx Blue Stone. HEX triplet: 1C, 63 and 60. RGB value is (28,99,96). Sum of RGB (Red+Green+Blue) = 28+99+96=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6360 is #E39C9F. Grayscale: #4D4D4D. Windows color (decimal): -14916768 or 6316828. OLE color: 6316828.

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

Color convert

RGB289996-
CMYK0.7200.030.61
HSL177.46º55.91%24.9%-
HSV(B)177.46º71.72%38.82%-
XYZ7.0510.0212.63-
YUV77.43138.4892.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=12.56%
G=44.39%
B=43.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2899960.7200.030.61177.4655.9124.9
Hex1C636048033Db13819
Octal3414314011003752617031
Binary111001100011110000010010000111111011011000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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