#286072

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

Shades of Blumine #286072

Tints of Blumine #286072

Color information

#286072 (or 0x286072) is unknown color: approx Blumine. HEX triplet: 28, 60 and 72. RGB value is (40,96,114). Sum of RGB (Red+Green+Blue) = 40+96+114=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #286072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286072 is #D79F8D. Grayscale: #515151. Windows color (decimal): -14131086 or 7495720. OLE color: 7495720.

HSL color Cylindrical-coordinate representation of color #286072: hue angle of 194.59º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286072 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4096114-
CMYK0.650.1600.55
HSL194.59º48.05%30.2%-
HSV(B)194.59º64.91%44.71%-
XYZ8.110.0317.43-
YUV81.31146.4598.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=16%
G=38.4%
B=45.6%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40961140.650.1600.55194.5948.0530.2
Hex2860724110037c3301e
Octal50140162101200673036036
Binary1010001100000111001010000011000001101111100001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286072; }

 p { color: rgb(40,96,114); }

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

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

 a { background-color: rgb(40,96,114); }

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

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

 span { border-color: rgb(40,96,114); }

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