#295B64

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

Shades of Blumine #295B64

Tints of Blumine #295B64

Color information

#295B64 (or 0x295B64) is unknown color: approx Blumine. HEX triplet: 29, 5B and 64. RGB value is (41,91,100). Sum of RGB (Red+Green+Blue) = 41+91+100=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #295B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B64 is #D6A49B. Grayscale: #4C4C4C. Windows color (decimal): -14066844 or 6576937. OLE color: 6576937.

HSL color Cylindrical-coordinate representation of color #295B64: hue angle of 189.15º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295B64 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4191100-
CMYK0.590.0900.61
HSL189.15º41.84%27.65%-
HSV(B)189.15º59%39.22%-
XYZ6.968.8713.4-
YUV77.08140.94102.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=17.67%
G=39.22%
B=43.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41911000.590.0900.61189.1541.8427.65
Hex295B643B903Dbd2a1c
Octal5113314473110752755234
Binary10100110110111100100111011100101111011011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,100); }

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

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

 a { background-color: rgb(41,91,100); }

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

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

 span { border-color: rgb(41,91,100); }

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