#1E635C

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

Shades of Blue Stone #1E635C

Tints of Blue Stone #1E635C

Color information

#1E635C (or 0x1E635C) is unknown color: approx Blue Stone. HEX triplet: 1E, 63 and 5C. RGB value is (30,99,92). Sum of RGB (Red+Green+Blue) = 30+99+92=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #1E635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E635C is #E19CA3. Grayscale: #4D4D4D. Windows color (decimal): -14785700 or 6054686. OLE color: 6054686.

HSL color Cylindrical-coordinate representation of color #1E635C: hue angle of 173.91º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E635C is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB309992-
CMYK0.7000.070.61
HSL173.91º53.49%25.29%-
HSV(B)173.91º69.7%38.82%-
XYZ6.939.9711.68-
YUV77.57136.1494.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.57%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=13.57%
G=44.80%
B=41.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3099920.7000.070.61173.9153.4925.29
Hex1E635C46073Dae3519
Octal3614313410607752566531
Binary1111011000111011100100011001111111011010111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,99,92); }

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

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

 a { background-color: rgb(30,99,92); }

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

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

 span { border-color: rgb(30,99,92); }

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