Html Css Color HEX #1E6360 Blue Stone

📋 copy color: '#1E6360'

red 30 ◦ green 99 ◦ blue 96

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

Shades of Blue Stone #1E6360

Tints of Blue Stone #1E6360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.67%

R = 13.33%
G = 44%
B = 42.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#1E6360 (or 0x1E6360) is known color: Blue Stone. HEX triplet: 1E, 63 and 60. RGB value is (30,99,96). Sum of RGB (Red+Green+Blue) = 30+99+96=225 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6360 is #E19C9F. Grayscale: #4D4D4D. Windows color (decimal): -14785696 or 6316830. OLE color: 6316830.

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

Color convert

RGB 30 99 96 -
CMYK 0.70 0 0.03 0.61
HSL 177.39º 0.53% 0.25% -
HSV(B) 177.39º 0.7% 0.39% -
XYZ 7.11 10.04 12.63 -
YUV 78.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 30 99 96 0.70 0 0.03 0.61 177.39 0.53 0.25
Hex 1E 63 60 46 0 3 3D B1 35 19
Octal 36 143 140 106 0 3 75 261 65 31
Binary 11110 1100011 1100000 1000110 0 11 111101 10110001 110101 11001

Color Harmonies of #1E6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6360

Black with #1E6360

Text Example


Text Example

White with #1E6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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