Html Css Color HEX #295083 St Tropaz

📋 copy color: '#295083'

red 41 ◦ green 80 ◦ blue 131

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

Shades of St Tropaz #295083

Tints of St Tropaz #295083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 16.27%
G = 31.75%
B = 51.98%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295083 (or 0x295083) is known color: St Tropaz. HEX triplet: 29, 50 and 83. RGB value is (41,80,131). Sum of RGB (Red+Green+Blue) = 41+80+131=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #295083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295083 is #D6AF7C. Grayscale: #494949. Windows color (decimal): -14069629 or 8605737. OLE color: 8605737.

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

Color convert

RGB 41 80 131 -
CMYK 0.69 0.39 0 0.49
HSL 214º 0.52% 0.34% -
HSV(B) 214º 0.69% 0.51% -
XYZ 7.88 7.85 22.57 -
YUV 74.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 41 80 131 0.69 0.39 0 0.49 214 0.52 0.34
Hex 29 50 83 45 27 0 31 D6 34 22
Octal 51 120 203 105 47 0 61 326 64 42
Binary 101001 1010000 10000011 1000101 100111 0 110001 11010110 110100 100010

Color Harmonies of #295083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295083

Black with #295083

Text Example


Text Example

White with #295083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295083; }

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

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

background-color css

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

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

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

border-color css

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

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

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