Html Css Color HEX #295281 St Tropaz

📋 copy color: '#295281'

red 41 ◦ green 82 ◦ blue 129

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

Shades of St Tropaz #295281

Tints of St Tropaz #295281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 129 (50.78% from 255) = 51.19%

R = 16.27%
G = 32.54%
B = 51.19%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295281 (or 0x295281) is known color: St Tropaz. HEX triplet: 29, 52 and 81. RGB value is (41,82,129). Sum of RGB (Red+Green+Blue) = 41+82+129=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #295281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295281 is #D6AD7E. Grayscale: #4A4A4A. Windows color (decimal): -14069119 or 8475177. OLE color: 8475177.

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

Color convert

RGB 41 82 129 -
CMYK 0.68 0.36 0 0.49
HSL 212.05º 0.52% 0.33% -
HSV(B) 212.05º 0.68% 0.51% -
XYZ 7.89 8.09 21.91 -
YUV 75.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 41 82 129 0.68 0.36 0 0.49 212.05 0.52 0.33
Hex 29 52 81 44 24 0 31 D4 34 21
Octal 51 122 201 104 44 0 61 324 64 41
Binary 101001 1010010 10000001 1000100 100100 0 110001 11010100 110100 100001

Color Harmonies of #295281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295281

Black with #295281

Text Example


Text Example

White with #295281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295281; }

 p { color: rgb(41,82,129); }

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

background-color css

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

 a { background-color: rgb(41,82,129); }

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

border-color css

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

 span { border-color: rgb(41,82,129); }

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