#295A67

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

Shades of Blumine #295A67

Tints of Blumine #295A67

Color information

#295A67 (or 0x295A67) is unknown color: approx Blumine. HEX triplet: 29, 5A and 67. RGB value is (41,90,103). Sum of RGB (Red+Green+Blue) = 41+90+103=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #295A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A67 is #D6A598. Grayscale: #4C4C4C. Windows color (decimal): -14067097 or 6773289. OLE color: 6773289.

HSL color Cylindrical-coordinate representation of color #295A67: hue angle of 192.58º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295A67 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4190103-
CMYK0.600.1300.60
HSL192.58º43.06%28.24%-
HSV(B)192.58º60.19%40.39%-
XYZ7.028.7614.15-
YUV76.83142.77102.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=17.52%
G=38.46%
B=44.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41901030.600.1300.60192.5843.0628.24
Hex295A673CD03Cc12b1c
Octal5113214774150743015334
Binary10100110110101100111111100110101111001100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,103); }

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

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

 a { background-color: rgb(41,90,103); }

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

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

 span { border-color: rgb(41,90,103); }

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