#295961

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

Shades of Blumine #295961

Tints of Blumine #295961

Color information

#295961 (or 0x295961) is unknown color: approx Blumine. HEX triplet: 29, 59 and 61. RGB value is (41,89,97). Sum of RGB (Red+Green+Blue) = 41+89+97=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #295961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295961 is #D6A69E. Grayscale: #4B4B4B. Windows color (decimal): -14067359 or 6379817. OLE color: 6379817.

HSL color Cylindrical-coordinate representation of color #295961: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #295961 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB418997-
CMYK0.580.0800.62
HSL188.57º40.58%27.06%-
HSV(B)188.57º57.73%38.04%-
XYZ6.648.4812.6-
YUV75.56140.1103.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=18.06%
G=39.21%
B=42.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4189970.580.0800.62188.5740.5827.06
Hex2959613A803Ebd291b
Octal5113114172100762755133
Binary10100110110011100001111010100001111101011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295961; }

 p { color: rgb(41,89,97); }

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

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

 a { background-color: rgb(41,89,97); }

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

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

 span { border-color: rgb(41,89,97); }

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