Html Css Color HEX #295180 St Tropaz

📋 copy color: '#295180'

red 41 ◦ green 81 ◦ blue 128

#295180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #295180

Tints of St Tropaz #295180

RGB

 RED value IS 41 (16.41% from 255) = 16.4%

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 16.4%
G = 32.4%
B = 51.2%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295180 (or 0x295180) is known color: St Tropaz. HEX triplet: 29, 51 and 80. RGB value is (41,81,128). Sum of RGB (Red+Green+Blue) = 41+81+128=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #295180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295180 is #D6AE7F. Grayscale: #4A4A4A. Windows color (decimal): -14069376 or 8409385. OLE color: 8409385.

HSL color Cylindrical-coordinate representation of color #295180: hue angle of 212.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #295180 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 81 128 -
CMYK 0.68 0.37 0 0.50
HSL 212.41º 0.51% 0.33% -
HSV(B) 212.41º 0.68% 0.5% -
XYZ 7.75 7.91 21.54 -
YUV 74.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 41 81 128 0.68 0.37 0 0.50 212.41 0.51 0.33
Hex 29 51 80 44 25 0 32 D4 33 21
Octal 51 121 200 104 45 0 62 324 63 41
Binary 101001 1010001 10000000 1000100 100101 0 110010 11010100 110011 100001

Color Harmonies of #295180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295180

Black with #295180

Text Example


Text Example

White with #295180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295180; }

 p { color: rgb(41,81,128); }

 H1.HeaderClassName
 {
   color: #295180;
 }
 .AnyTagClassName
 {
   color: #295180;
 }
</style>

background-color css

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

 a { background-color: rgb(41,81,128); }

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

border-color css

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

 span { border-color: rgb(41,81,128); }

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