Html Css Color HEX #1C615E Blue Stone

📋 copy color: '#1C615E'

red 28 ◦ green 97 ◦ blue 94

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

Shades of Blue Stone #1C615E

Tints of Blue Stone #1C615E

RGB

 RED value IS 28 (11.33% from 255) = 12.79%

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

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

R = 12.79%
G = 44.29%
B = 42.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#1C615E (or 0x1C615E) is known color: Blue Stone. HEX triplet: 1C, 61 and 5E. RGB value is (28,97,94). Sum of RGB (Red+Green+Blue) = 28+97+94=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #1C615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C615E is #E39EA1. Grayscale: #4B4B4B. Windows color (decimal): -14917282 or 6185244. OLE color: 6185244.

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

Color convert

RGB 28 97 94 -
CMYK 0.71 0 0.03 0.62
HSL 177.39º 0.55% 0.25% -
HSV(B) 177.39º 0.71% 0.38% -
XYZ 6.77 9.6 12.09 -
YUV 76.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 28 97 94 0.71 0 0.03 0.62 177.39 0.55 0.25
Hex 1C 61 5E 47 0 3 3E B1 37 19
Octal 34 141 136 107 0 3 76 261 67 31
Binary 11100 1100001 1011110 1000111 0 11 111110 10110001 110111 11001

Color Harmonies of #1C615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C615E

Black with #1C615E

Text Example


Text Example

White with #1C615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,94); }

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

background-color css

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

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

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

border-color css

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

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

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