Html Css Color HEX #28615F Blue Stone

📋 copy color: '#28615F'

red 40 ◦ green 97 ◦ blue 95

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

Shades of Blue Stone #28615F

Tints of Blue Stone #28615F

RGB

 RED value IS 40 (16.02% from 255) = 17.24%

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

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

R = 17.24%
G = 41.81%
B = 40.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#28615F (or 0x28615F) is known color: Blue Stone. HEX triplet: 28, 61 and 5F. RGB value is (40,97,95). Sum of RGB (Red+Green+Blue) = 40+97+95=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #28615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28615F is #D79EA0. Grayscale: #4F4F4F. Windows color (decimal): -14130849 or 6250792. OLE color: 6250792.

HSL color Cylindrical-coordinate representation of color #28615F: hue angle of 177.89º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28615F is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 97 95 -
CMYK 0.59 0 0.02 0.62
HSL 177.89º 0.42% 0.27% -
HSV(B) 177.89º 0.59% 0.38% -
XYZ 7.22 9.83 12.34 -
YUV 79.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 40 97 95 0.59 0 0.02 0.62 177.89 0.42 0.27
Hex 28 61 5F 3B 0 2 3E B2 2A 1B
Octal 50 141 137 73 0 2 76 262 52 33
Binary 101000 1100001 1011111 111011 0 10 111110 10110010 101010 11011

Color Harmonies of #28615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28615F

Black with #28615F

Text Example


Text Example

White with #28615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28615F; }

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

 H1.HeaderClassName
 {
   color: #28615F;
 }
 .AnyTagClassName
 {
   color: #28615F;
 }
</style>

background-color css

<style>
 a { background-color: #28615F; }

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

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

border-color css

<style>
 span { border-color: #28615F; }

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

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