Html Css Color HEX #295282 St Tropaz

📋 copy color: '#295282'

red 41 ◦ green 82 ◦ blue 130

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

Shades of St Tropaz #295282

Tints of St Tropaz #295282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 16.21%
G = 32.41%
B = 51.38%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295282 (or 0x295282) is known color: St Tropaz. HEX triplet: 29, 52 and 82. RGB value is (41,82,130). Sum of RGB (Red+Green+Blue) = 41+82+130=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #295282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295282 is #D6AD7D. Grayscale: #4A4A4A. Windows color (decimal): -14069118 or 8540713. OLE color: 8540713.

HSL color Cylindrical-coordinate representation of color #295282: hue angle of 212.36º 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 #295282 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 82 130 -
CMYK 0.68 0.37 0 0.49
HSL 212.36º 0.52% 0.34% -
HSV(B) 212.36º 0.68% 0.51% -
XYZ 7.96 8.12 22.27 -
YUV 75.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 41 82 130 0.68 0.37 0 0.49 212.36 0.52 0.34
Hex 29 52 82 44 25 0 31 D4 34 22
Octal 51 122 202 104 45 0 61 324 64 42
Binary 101001 1010010 10000010 1000100 100101 0 110001 11010100 110100 100010

Color Harmonies of #295282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295282

Black with #295282

Text Example


Text Example

White with #295282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295282; }

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

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

background-color css

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

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

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

border-color css

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

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

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