#1C625B

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

Shades of Blue Stone #1C625B

Tints of Blue Stone #1C625B

Color information

#1C625B (or 0x1C625B) is unknown color: approx Blue Stone. HEX triplet: 1C, 62 and 5B. RGB value is (28,98,91). Sum of RGB (Red+Green+Blue) = 28+98+91=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #1C625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C625B is #E39DA4. Grayscale: #4C4C4C. Windows color (decimal): -14917029 or 5988892. OLE color: 5988892.

HSL color Cylindrical-coordinate representation of color #1C625B: hue angle of 174º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C625B is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB289891-
CMYK0.7100.070.62
HSL174º55.56%24.71%-
HSV(B)174º71.43%38.43%-
XYZ6.739.7411.42-
YUV76.27136.3193.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=12.90%
G=45.16%
B=41.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898910.7100.070.6217455.5624.71
Hex1C625B47073Eae3819
Octal3414213310707762567031
Binary1110011000101011011100011101111111101010111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,91); }

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

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

 a { background-color: rgb(28,98,91); }

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

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

 span { border-color: rgb(28,98,91); }

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