#1C645C

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

Shades of Blue Stone #1C645C

Tints of Blue Stone #1C645C

Color information

#1C645C (or 0x1C645C) is unknown color: approx Blue Stone. HEX triplet: 1C, 64 and 5C. RGB value is (28,100,92). Sum of RGB (Red+Green+Blue) = 28+100+92=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #1C645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C645C is #E39BA3. Grayscale: #4D4D4D. Windows color (decimal): -14916516 or 6054940. OLE color: 6054940.

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

Color convert

RGB2810092-
CMYK0.7200.080.61
HSL173.33º56.25%25.1%-
HSV(B)173.33º72%39.22%-
XYZ6.9710.1311.71-
YUV77.56136.1592.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=12.73%
G=45.45%
B=41.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal28100920.7200.080.61173.3356.2525.1
Hex1C645C48083Dad3819
Octal34144134110010752557031
Binary11100110010010111001001000010001111011010110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,100,92); }

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

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

 a { background-color: rgb(28,100,92); }

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

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

 span { border-color: rgb(28,100,92); }

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