Html Css Color HEX #295081 St Tropaz

📋 copy color: '#295081'

red 41 ◦ green 80 ◦ blue 129

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

Shades of St Tropaz #295081

Tints of St Tropaz #295081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 16.4%
G = 32%
B = 51.6%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295081 (or 0x295081) is known color: St Tropaz. HEX triplet: 29, 50 and 81. RGB value is (41,80,129). Sum of RGB (Red+Green+Blue) = 41+80+129=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #295081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295081 is #D6AF7E. Grayscale: #494949. Windows color (decimal): -14069631 or 8474665. OLE color: 8474665.

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

Color convert

RGB 41 80 129 -
CMYK 0.68 0.38 0 0.49
HSL 213.41º 0.52% 0.33% -
HSV(B) 213.41º 0.68% 0.51% -
XYZ 7.75 7.79 21.86 -
YUV 73.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 41 80 129 0.68 0.38 0 0.49 213.41 0.52 0.33
Hex 29 50 81 44 26 0 31 D5 34 21
Octal 51 120 201 104 46 0 61 325 64 41
Binary 101001 1010000 10000001 1000100 100110 0 110001 11010101 110100 100001

Color Harmonies of #295081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295081

Black with #295081

Text Example


Text Example

White with #295081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295081; }

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

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

background-color css

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

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

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

border-color css

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

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

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