#286170

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

Shades of Blumine #286170

Tints of Blumine #286170

Color information

#286170 (or 0x286170) is unknown color: approx Blumine. HEX triplet: 28, 61 and 70. RGB value is (40,97,112). Sum of RGB (Red+Green+Blue) = 40+97+112=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #286170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286170 is #D79E8F. Grayscale: #515151. Windows color (decimal): -14130832 or 7364904. OLE color: 7364904.

HSL color Cylindrical-coordinate representation of color #286170: hue angle of 192.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286170 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4097112-
CMYK0.640.1300.56
HSL192.5º47.37%29.8%-
HSV(B)192.5º64.29%43.92%-
XYZ8.0710.1716.87-
YUV81.67145.1298.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=16.06%
G=38.96%
B=44.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40971120.640.1300.56192.547.3729.8
Hex28617040D038c02f1e
Octal50141160100150703005736
Binary101000110000111100001000000110101110001100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286170; }

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

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

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

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

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

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

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

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