Html Css Color HEX #295482 St Tropaz

📋 copy color: '#295482'

red 41 ◦ green 84 ◦ blue 130

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

Shades of St Tropaz #295482

Tints of St Tropaz #295482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

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

R = 16.08%
G = 32.94%
B = 50.98%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295482 (or 0x295482) is known color: St Tropaz. HEX triplet: 29, 54 and 82. RGB value is (41,84,130). Sum of RGB (Red+Green+Blue) = 41+84+130=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #295482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295482 is #D6AB7D. Grayscale: #4C4C4C. Windows color (decimal): -14068606 or 8541225. OLE color: 8541225.

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

Color convert

RGB 41 84 130 -
CMYK 0.68 0.35 0 0.49
HSL 211.01º 0.52% 0.34% -
HSV(B) 211.01º 0.68% 0.51% -
XYZ 8.11 8.42 22.32 -
YUV 76.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 41 84 130 0.68 0.35 0 0.49 211.01 0.52 0.34
Hex 29 54 82 44 23 0 31 D3 34 22
Octal 51 124 202 104 43 0 61 323 64 42
Binary 101001 1010100 10000010 1000100 100011 0 110001 11010011 110100 100010

Color Harmonies of #295482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295482

Black with #295482

Text Example


Text Example

White with #295482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295482; }

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

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

background-color css

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

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

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

border-color css

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

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

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