Html Css Color HEX #1C635F Blue Stone

📋 copy color: '#1C635F'

red 28 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #1C635F

Tints of Blue Stone #1C635F

RGB

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

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

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

R = 12.61%
G = 44.59%
B = 42.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#1C635F (or 0x1C635F) is known color: Blue Stone. HEX triplet: 1C, 63 and 5F. RGB value is (28,99,95). Sum of RGB (Red+Green+Blue) = 28+99+95=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #1C635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C635F is #E39CA0. Grayscale: #4D4D4D. Windows color (decimal): -14916769 or 6251292. OLE color: 6251292.

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

Color convert

RGB 28 99 95 -
CMYK 0.72 0 0.04 0.61
HSL 176.62º 0.56% 0.25% -
HSV(B) 176.62º 0.72% 0.39% -
XYZ 7.01 10 12.39 -
YUV 77.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 28 99 95 0.72 0 0.04 0.61 176.62 0.56 0.25
Hex 1C 63 5F 48 0 4 3D B1 38 19
Octal 34 143 137 110 0 4 75 261 70 31
Binary 11100 1100011 1011111 1001000 0 100 111101 10110001 111000 11001

Color Harmonies of #1C635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C635F

Black with #1C635F

Text Example


Text Example

White with #1C635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,99,95); }

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

background-color css

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

 a { background-color: rgb(28,99,95); }

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

border-color css

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

 span { border-color: rgb(28,99,95); }

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