#295E70

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

Shades of Blumine #295E70

Tints of Blumine #295E70

Color information

#295E70 (or 0x295E70) is unknown color: approx Blumine. HEX triplet: 29, 5E and 70. RGB value is (41,94,112). Sum of RGB (Red+Green+Blue) = 41+94+112=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #295E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E70 is #D6A18F. Grayscale: #505050. Windows color (decimal): -14066064 or 7364137. OLE color: 7364137.

HSL color Cylindrical-coordinate representation of color #295E70: hue angle of 195.21º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295E70 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4194112-
CMYK0.630.1600.56
HSL195.21º46.41%30%-
HSV(B)195.21º63.39%43.92%-
XYZ7.849.6516.78-
YUV80.2145.94100.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=16.60%
G=38.06%
B=45.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41941120.630.1600.56195.2146.4130
Hex295E703F10038c32e1e
Octal5113616077200703035636
Binary101001101111011100001111111000001110001100001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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