#1D635A

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

Shades of Blue Stone #1D635A

Tints of Blue Stone #1D635A

Color information

#1D635A (or 0x1D635A) is unknown color: approx Blue Stone. HEX triplet: 1D, 63 and 5A. RGB value is (29,99,90). Sum of RGB (Red+Green+Blue) = 29+99+90=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #1D635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D635A is #E29CA5. Grayscale: #4D4D4D. Windows color (decimal): -14851238 or 5923613. OLE color: 5923613.

HSL color Cylindrical-coordinate representation of color #1D635A: hue angle of 172.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D635A is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB299990-
CMYK0.7100.090.61
HSL172.29º54.69%25.1%-
HSV(B)172.29º70.71%38.82%-
XYZ6.819.9211.23-
YUV77.04135.3193.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=13.30%
G=45.41%
B=41.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2999900.7100.090.61172.2954.6925.1
Hex1D635A47093Dac3719
Octal35143132107011752546731
Binary11101110001110110101000111010011111011010110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,99,90); }

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

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

 a { background-color: rgb(29,99,90); }

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

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

 span { border-color: rgb(29,99,90); }

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