Html Css Color HEX #1E635E Blue Stone

📋 copy color: '#1E635E'

red 30 ◦ green 99 ◦ blue 94

#1E635E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1E635E

Tints of Blue Stone #1E635E

RGB

 RED value IS 30 (12.11% from 255) = 13.45%

 GREEN value IS 99 (39.06% from 255) = 44.39%

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 13.45%
G = 44.39%
B = 42.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#1E635E (or 0x1E635E) is known color: Blue Stone. HEX triplet: 1E, 63 and 5E. RGB value is (30,99,94). Sum of RGB (Red+Green+Blue) = 30+99+94=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #1E635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E635E is #E19CA1. Grayscale: #4D4D4D. Windows color (decimal): -14785698 or 6185758. OLE color: 6185758.

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

Color convert

RGB 30 99 94 -
CMYK 0.70 0 0.05 0.61
HSL 175.65º 0.53% 0.25% -
HSV(B) 175.65º 0.7% 0.39% -
XYZ 7.02 10.01 12.15 -
YUV 77.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 30 99 94 0.70 0 0.05 0.61 175.65 0.53 0.25
Hex 1E 63 5E 46 0 5 3D B0 35 19
Octal 36 143 136 106 0 5 75 260 65 31
Binary 11110 1100011 1011110 1000110 0 101 111101 10110000 110101 11001

Color Harmonies of #1E635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E635E

Black with #1E635E

Text Example


Text Example

White with #1E635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E635E;
 }
 .AnyTagClassName
 {
   color: #1E635E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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