#276069

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

Shades of Blumine #276069

Tints of Blumine #276069

Color information

#276069 (or 0x276069) is unknown color: approx Blumine. HEX triplet: 27, 60 and 69. RGB value is (39,96,105). Sum of RGB (Red+Green+Blue) = 39+96+105=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #276069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276069 is #D89F96. Grayscale: #4F4F4F. Windows color (decimal): -14196631 or 6905895. OLE color: 6905895.

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

Color convert

RGB3996105-
CMYK0.630.0900.59
HSL188.18º45.83%28.24%-
HSV(B)188.18º62.86%41.18%-
XYZ7.579.8214.86-
YUV79.98142.1298.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=16.25%
G=40%
B=43.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39961050.630.0900.59188.1845.8328.24
Hex2760693F903Bbc2e1c
Octal4714015177110732745634
Binary10011111000001101001111111100101110111011110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276069; }

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

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

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

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

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

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

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

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