#295C6C

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

Shades of Blumine #295C6C

Tints of Blumine #295C6C

Color information

#295C6C (or 0x295C6C) is unknown color: approx Blumine. HEX triplet: 29, 5C and 6C. RGB value is (41,92,108). Sum of RGB (Red+Green+Blue) = 41+92+108=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #295C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C6C is #D6A393. Grayscale: #4E4E4E. Windows color (decimal): -14066580 or 7101481. OLE color: 7101481.

HSL color Cylindrical-coordinate representation of color #295C6C: hue angle of 194.33º 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 #295C6C is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4192108-
CMYK0.620.1500.58
HSL194.33º44.97%29.22%-
HSV(B)194.33º62.04%42.35%-
XYZ7.459.2115.57-
YUV78.58144.6101.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=17.01%
G=38.17%
B=44.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41921080.620.1500.58194.3344.9729.22
Hex295C6C3EF03Ac22d1d
Octal5113415476170723025535
Binary10100110111001101100111110111101110101100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,92,108); }

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

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

 a { background-color: rgb(41,92,108); }

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

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

 span { border-color: rgb(41,92,108); }

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