#1C6262

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

Shades of Blue Stone #1C6262

Tints of Blue Stone #1C6262

Color information

#1C6262 (or 0x1C6262) is unknown color: approx Blue Stone. HEX triplet: 1C, 62 and 62. RGB value is (28,98,98). Sum of RGB (Red+Green+Blue) = 28+98+98=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #1C6262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6262 is #E39D9D. Grayscale: #4D4D4D. Windows color (decimal): -14917022 or 6447644. OLE color: 6447644.

HSL color Cylindrical-coordinate representation of color #1C6262: hue angle of 180º 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 #1C6262 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB289898-
CMYK0.71000.62
HSL180º55.56%24.71%-
HSV(B)180º71.43%38.43%-
XYZ7.059.8613.09-
YUV77.07139.8193-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 98 (38.67% from 255) = 43.75%
R=12.5%
G=43.75%
B=43.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898980.71000.6218055.5624.71
Hex1C626247003Eb43819
Octal3414214210700762647031
Binary11100110001011000101000111001111101011010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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