#295F6B

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

Shades of Blumine #295F6B

Tints of Blumine #295F6B

Color information

#295F6B (or 0x295F6B) is unknown color: approx Blumine. HEX triplet: 29, 5F and 6B. RGB value is (41,95,107). Sum of RGB (Red+Green+Blue) = 41+95+107=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #295F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F6B is #D6A094. Grayscale: #505050. Windows color (decimal): -14065813 or 7036713. OLE color: 7036713.

HSL color Cylindrical-coordinate representation of color #295F6B: hue angle of 190.91º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295F6B is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4195107-
CMYK0.620.1100.58
HSL190.91º44.59%29.02%-
HSV(B)190.91º61.68%41.96%-
XYZ7.669.7215.38-
YUV80.22143.11100.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=16.87%
G=39.09%
B=44.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41951070.620.1100.58190.9144.5929.02
Hex295F6B3EB03Abf2d1d
Octal5113715376130722775535
Binary10100110111111101011111110101101110101011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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