Html Css Color HEX #335482 St Tropaz

📋 copy color: '#335482'

red 51 ◦ green 84 ◦ blue 130

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

Shades of St Tropaz #335482

Tints of St Tropaz #335482

RGB

 RED value IS 51 (20.31% from 255) = 19.25%

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

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

R = 19.25%
G = 31.7%
B = 49.06%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335482 (or 0x335482) is known color: St Tropaz. HEX triplet: 33, 54 and 82. RGB value is (51,84,130). Sum of RGB (Red+Green+Blue) = 51+84+130=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #335482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335482 is #CCAB7D. Grayscale: #4F4F4F. Windows color (decimal): -13413246 or 8541235. OLE color: 8541235.

HSL color Cylindrical-coordinate representation of color #335482: hue angle of 214.94º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335482 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 84 130 -
CMYK 0.61 0.35 0 0.49
HSL 214.94º 0.44% 0.35% -
HSV(B) 214.94º 0.61% 0.51% -
XYZ 8.56 8.66 22.34 -
YUV 79.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 51 84 130 0.61 0.35 0 0.49 214.94 0.44 0.35
Hex 33 54 82 3D 23 0 31 D7 2C 23
Octal 63 124 202 75 43 0 61 327 54 43
Binary 110011 1010100 10000010 111101 100011 0 110001 11010111 101100 100011

Color Harmonies of #335482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335482

Black with #335482

Text Example


Text Example

White with #335482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335482; }

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

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

background-color css

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

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

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

border-color css

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

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

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