#276068

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

Shades of Blumine #276068

Tints of Blumine #276068

Color information

#276068 (or 0x276068) is unknown color: approx Blumine. HEX triplet: 27, 60 and 68. RGB value is (39,96,104). Sum of RGB (Red+Green+Blue) = 39+96+104=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #276068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276068 is #D89F97. Grayscale: #4F4F4F. Windows color (decimal): -14196632 or 6840359. OLE color: 6840359.

HSL color Cylindrical-coordinate representation of color #276068: 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 #276068 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3996104-
CMYK0.620.0800.59
HSL187.38º45.45%28.04%-
HSV(B)187.38º62.5%40.78%-
XYZ7.529.814.59-
YUV79.87141.6298.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=16.32%
G=40.17%
B=43.51%

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
Decimal39961040.620.0800.59187.3845.4528.04
Hex2760683E803Bbb2d1c
Octal4714015076100732735534
Binary10011111000001101000111110100001110111011101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276068; }

 p { color: rgb(39,96,104); }

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

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

 a { background-color: rgb(39,96,104); }

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

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

 span { border-color: rgb(39,96,104); }

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