#295382

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

Shades of St Tropaz #295382

Tints of St Tropaz #295382

Color information

#295382 (or 0x295382) is unknown color: approx St Tropaz. HEX triplet: 29, 53 and 82. RGB value is (41,83,130). Sum of RGB (Red+Green+Blue) = 41+83+130=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #295382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295382 is #D6AC7D. Grayscale: #4B4B4B. Windows color (decimal): -14068862 or 8540969. OLE color: 8540969.

HSL color Cylindrical-coordinate representation of color #295382: hue angle of 211.69º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295382 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4183130-
CMYK0.680.3600.49
HSL211.69º52.05%33.53%-
HSV(B)211.69º68.46%50.98%-
XYZ8.048.2722.29-
YUV75.8158.59103.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=16.14%
G=32.68%
B=51.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41831300.680.3600.49211.6952.0533.53
Hex2953824424031d43422
Octal51123202104440613246442
Binary1010011010011100000101000100100100011000111010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295382; }

 p { color: rgb(41,83,130); }

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

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

 a { background-color: rgb(41,83,130); }

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

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

 span { border-color: rgb(41,83,130); }

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