Html Css Color HEX #295383 St Tropaz

📋 copy color: '#295383'

red 41 ◦ green 83 ◦ blue 131

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

Shades of St Tropaz #295383

Tints of St Tropaz #295383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 16.08%
G = 32.55%
B = 51.37%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295383 (or 0x295383) is known color: St Tropaz. HEX triplet: 29, 53 and 83. RGB value is (41,83,131). Sum of RGB (Red+Green+Blue) = 41+83+131=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #295383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295383 is #D6AC7C. Grayscale: #4B4B4B. Windows color (decimal): -14068861 or 8606505. OLE color: 8606505.

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

Color convert

RGB 41 83 131 -
CMYK 0.69 0.37 0 0.49
HSL 212º 0.52% 0.34% -
HSV(B) 212º 0.69% 0.51% -
XYZ 8.1 8.3 22.65 -
YUV 75.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 41 83 131 0.69 0.37 0 0.49 212 0.52 0.34
Hex 29 53 83 45 25 0 31 D4 34 22
Octal 51 123 203 105 45 0 61 324 64 42
Binary 101001 1010011 10000011 1000101 100101 0 110001 11010100 110100 100010

Color Harmonies of #295383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295383

Black with #295383

Text Example


Text Example

White with #295383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295383; }

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

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

background-color css

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

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

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

border-color css

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

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

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