#295F6E

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

Shades of Blumine #295F6E

Tints of Blumine #295F6E

Color information

#295F6E (or 0x295F6E) is unknown color: approx Blumine. HEX triplet: 29, 5F and 6E. RGB value is (41,95,110). Sum of RGB (Red+Green+Blue) = 41+95+110=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #295F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F6E is #D6A091. Grayscale: #505050. Windows color (decimal): -14065810 or 7233321. OLE color: 7233321.

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

Color convert

RGB4195110-
CMYK0.630.1400.57
HSL193.04º45.7%29.61%-
HSV(B)193.04º62.73%43.14%-
XYZ7.829.7816.23-
YUV80.56144.6199.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 95 (37.5% from 255) = 38.62%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=16.67%
G=38.62%
B=44.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41951100.630.1400.57193.0445.729.61
Hex295F6E3FE039c12e1e
Octal5113715677160713015636
Binary10100110111111101110111111111001110011100000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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