#295E6B

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

Shades of Blumine #295E6B

Tints of Blumine #295E6B

Color information

#295E6B (or 0x295E6B) is unknown color: approx Blumine. HEX triplet: 29, 5E and 6B. RGB value is (41,94,107). Sum of RGB (Red+Green+Blue) = 41+94+107=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #295E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E6B is #D6A194. Grayscale: #4F4F4F. Windows color (decimal): -14066069 or 7036457. OLE color: 7036457.

HSL color Cylindrical-coordinate representation of color #295E6B: hue angle of 191.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295E6B is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4194107-
CMYK0.620.1200.58
HSL191.82º44.59%29.02%-
HSV(B)191.82º61.68%41.96%-
XYZ7.579.5415.35-
YUV79.63143.44100.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 107 (42.19% from 255) = 44.21%
R=16.94%
G=38.84%
B=44.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41941070.620.1200.58191.8244.5929.02
Hex295E6B3EC03Ac02d1d
Octal5113615376140723005535
Binary10100110111101101011111110110001110101100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295E6B; }

 p { color: rgb(41,94,107); }

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

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

 a { background-color: rgb(41,94,107); }

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

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

 span { border-color: rgb(41,94,107); }

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