Html Css Color HEX #1E615F Blue Stone

📋 copy color: '#1E615F'

red 30 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #1E615F

Tints of Blue Stone #1E615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 13.51%
G = 43.69%
B = 42.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#1E615F (or 0x1E615F) is known color: Blue Stone. HEX triplet: 1E, 61 and 5F. RGB value is (30,97,95). Sum of RGB (Red+Green+Blue) = 30+97+95=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #1E615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E615F is #E19EA0. Grayscale: #4C4C4C. Windows color (decimal): -14786209 or 6250782. OLE color: 6250782.

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

Color convert

RGB 30 97 95 -
CMYK 0.69 0 0.02 0.62
HSL 178.21º 0.53% 0.25% -
HSV(B) 178.21º 0.69% 0.38% -
XYZ 6.88 9.65 12.33 -
YUV 76.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 30 97 95 0.69 0 0.02 0.62 178.21 0.53 0.25
Hex 1E 61 5F 45 0 2 3E B2 35 19
Octal 36 141 137 105 0 2 76 262 65 31
Binary 11110 1100001 1011111 1000101 0 10 111110 10110010 110101 11001

Color Harmonies of #1E615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E615F

Black with #1E615F

Text Example


Text Example

White with #1E615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,97,95); }

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

background-color css

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

 a { background-color: rgb(30,97,95); }

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

border-color css

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

 span { border-color: rgb(30,97,95); }

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