#295F73

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

Shades of Blumine #295F73

Tints of Blumine #295F73

Color information

#295F73 (or 0x295F73) is unknown color: approx Blumine. HEX triplet: 29, 5F and 73. RGB value is (41,95,115). Sum of RGB (Red+Green+Blue) = 41+95+115=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #295F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F73 is #D6A08C. Grayscale: #515151. Windows color (decimal): -14065805 or 7561001. OLE color: 7561001.

HSL color Cylindrical-coordinate representation of color #295F73: hue angle of 196.22º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295F73 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4195115-
CMYK0.640.1700.55
HSL196.22º47.44%30.59%-
HSV(B)196.22º64.35%45.1%-
XYZ8.19.8917.7-
YUV81.13147.1199.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=16.33%
G=37.85%
B=45.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41951150.640.1700.55196.2247.4430.59
Hex295F734011037c42f1f
Octal51137163100210673045737
Binary1010011011111111001110000001000101101111100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,115); }

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

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

 a { background-color: rgb(41,95,115); }

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

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

 span { border-color: rgb(41,95,115); }

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