#28646B

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

Shades of Blumine #28646B

Tints of Blumine #28646B

Color information

#28646B (or 0x28646B) is unknown color: approx Blumine. HEX triplet: 28, 64 and 6B. RGB value is (40,100,107). Sum of RGB (Red+Green+Blue) = 40+100+107=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #28646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28646B is #D79B94. Grayscale: #525252. Windows color (decimal): -14130069 or 7037992. OLE color: 7037992.

HSL color Cylindrical-coordinate representation of color #28646B: hue angle of 186.27º 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 #28646B is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB40100107-
CMYK0.630.0700.58
HSL186.27º45.58%28.82%-
HSV(B)186.27º62.62%41.96%-
XYZ8.0910.6315.53-
YUV82.86141.6297.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=16.19%
G=40.49%
B=43.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401001070.630.0700.58186.2745.5828.82
Hex28646B3F703Aba2e1d
Octal501441537770722725635
Binary1010001100100110101111111111101110101011101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28646B; }

 p { color: rgb(40,100,107); }

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

<style>
 a { background-color: #28646B; }

 a { background-color: rgb(40,100,107); }

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

<style>
 span { border-color: #28646B; }

 span { border-color: rgb(40,100,107); }

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