#286169

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

Shades of Blumine #286169

Tints of Blumine #286169

Color information

#286169 (or 0x286169) is unknown color: approx Blumine. HEX triplet: 28, 61 and 69. RGB value is (40,97,105). Sum of RGB (Red+Green+Blue) = 40+97+105=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #286169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286169 is #D79E96. Grayscale: #505050. Windows color (decimal): -14130839 or 6906152. OLE color: 6906152.

HSL color Cylindrical-coordinate representation of color #286169: hue angle of 187.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286169 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4097105-
CMYK0.620.0800.59
HSL187.38º44.83%28.43%-
HSV(B)187.38º61.9%41.18%-
XYZ7.710.0214.89-
YUV80.87141.6298.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=16.53%
G=40.08%
B=43.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40971050.620.0800.59187.3844.8328.43
Hex2861693E803Bbb2d1c
Octal5014115176100732735534
Binary10100011000011101001111110100001110111011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286169; }

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

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

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

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

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

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

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

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