#28626E

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

Shades of Blumine #28626E

Tints of Blumine #28626E

Color information

#28626E (or 0x28626E) is unknown color: approx Blumine. HEX triplet: 28, 62 and 6E. RGB value is (40,98,110). Sum of RGB (Red+Green+Blue) = 40+98+110=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #28626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28626E is #D79D91. Grayscale: #515151. Windows color (decimal): -14130578 or 7234088. OLE color: 7234088.

HSL color Cylindrical-coordinate representation of color #28626E: hue angle of 190.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28626E is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4098110-
CMYK0.640.1100.57
HSL190.29º46.67%29.41%-
HSV(B)190.29º63.64%43.14%-
XYZ8.0610.3116.32-
YUV82.03143.7898.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=16.13%
G=39.52%
B=44.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40981100.640.1100.57190.2946.6729.41
Hex28626E40B039be2f1d
Octal50142156100130712765735
Binary101000110001011011101000000101101110011011111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28626E; }

 p { color: rgb(40,98,110); }

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

<style>
 a { background-color: #28626E; }

 a { background-color: rgb(40,98,110); }

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

<style>
 span { border-color: #28626E; }

 span { border-color: rgb(40,98,110); }

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