Html Css Color HEX #295285 St Tropaz

📋 copy color: '#295285'

red 41 ◦ green 82 ◦ blue 133

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

Shades of St Tropaz #295285

Tints of St Tropaz #295285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 16.02%
G = 32.03%
B = 51.95%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#295285 (or 0x295285) is known color: St Tropaz. HEX triplet: 29, 52 and 85. RGB value is (41,82,133). Sum of RGB (Red+Green+Blue) = 41+82+133=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #295285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295285 is #D6AD7A. Grayscale: #4B4B4B. Windows color (decimal): -14069115 or 8737321. OLE color: 8737321.

HSL color Cylindrical-coordinate representation of color #295285: hue angle of 213.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295285 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 82 133 -
CMYK 0.69 0.38 0 0.48
HSL 213.26º 0.53% 0.34% -
HSV(B) 213.26º 0.69% 0.52% -
XYZ 8.17 8.2 23.34 -
YUV 75.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 41 82 133 0.69 0.38 0 0.48 213.26 0.53 0.34
Hex 29 52 85 45 26 0 30 D5 35 22
Octal 51 122 205 105 46 0 60 325 65 42
Binary 101001 1010010 10000101 1000101 100110 0 110000 11010101 110101 100010

Color Harmonies of #295285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295285

Black with #295285

Text Example


Text Example

White with #295285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295285; }

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

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

background-color css

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

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

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

border-color css

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

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

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