#295E69

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

Shades of Blumine #295E69

Tints of Blumine #295E69

Color information

#295E69 (or 0x295E69) is unknown color: approx Blumine. HEX triplet: 29, 5E and 69. RGB value is (41,94,105). Sum of RGB (Red+Green+Blue) = 41+94+105=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 94 (37.11% from 255 or 39.17% 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 #295E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E69 is #D6A196. Grayscale: #4F4F4F. Windows color (decimal): -14066071 or 6905385. OLE color: 6905385.

HSL color Cylindrical-coordinate representation of color #295E69: hue angle of 190.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295E69 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4194105-
CMYK0.610.1000.59
HSL190.31º43.84%28.63%-
HSV(B)190.31º60.95%41.18%-
XYZ7.479.514.8-
YUV79.41142.44100.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=17.08%
G=39.17%
B=43.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41941050.610.1000.59190.3143.8428.63
Hex295E693DA03Bbe2c1d
Octal5113615175120732765435
Binary10100110111101101001111101101001110111011111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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