#28636C

Color #28636C Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #28636C

Tints of Blumine #28636C

Color information

#28636C (or 0x28636C) is unknown color: approx Blumine. HEX triplet: 28, 63 and 6C. RGB value is (40,99,108). Sum of RGB (Red+Green+Blue) = 40+99+108=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #28636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28636C is #D79C93. Grayscale: #525252. Windows color (decimal): -14130324 or 7103272. OLE color: 7103272.

HSL color Cylindrical-coordinate representation of color #28636C: hue angle of 187.94º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28636C is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4099108-
CMYK0.630.0800.58
HSL187.94º45.95%29.02%-
HSV(B)187.94º62.96%42.35%-
XYZ8.0410.4615.78-
YUV82.38142.4597.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=16.19%
G=40.08%
B=43.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40991080.630.0800.58187.9445.9529.02
Hex28636C3F803Abc2e1d
Octal5014315477100722745635
Binary10100011000111101100111111100001110101011110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28636C; }

 p { color: rgb(40,99,108); }

 H1.HeaderClassName
 {
   color: #28636C;
 }
 .AnyTagClassName
 {
   color: #28636C;
 }
</style>
background-color css

<style>
 a { background-color: #28636C; }

 a { background-color: rgb(40,99,108); }

 div.DivClassName
 {
   background-color: #28636C;
 }
 .BgClassName
 {
   background-color: #28636C;
 }
</style>
border-color css

<style>
 span { border-color: #28636C; }

 span { border-color: rgb(40,99,108); }

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