Html Css Color HEX #335281 St Tropaz

📋 copy color: '#335281'

red 51 ◦ green 82 ◦ blue 129

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

Shades of St Tropaz #335281

Tints of St Tropaz #335281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 19.47%
G = 31.3%
B = 49.24%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335281 (or 0x335281) is known color: St Tropaz. HEX triplet: 33, 52 and 81. RGB value is (51,82,129). Sum of RGB (Red+Green+Blue) = 51+82+129=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #335281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335281 is #CCAD7E. Grayscale: #4D4D4D. Windows color (decimal): -13413759 or 8475187. OLE color: 8475187.

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

Color convert

RGB 51 82 129 -
CMYK 0.60 0.36 0 0.49
HSL 216.15º 0.43% 0.35% -
HSV(B) 216.15º 0.6% 0.51% -
XYZ 8.34 8.32 21.94 -
YUV 78.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 51 82 129 0.60 0.36 0 0.49 216.15 0.43 0.35
Hex 33 52 81 3C 24 0 31 D8 2B 23
Octal 63 122 201 74 44 0 61 330 53 43
Binary 110011 1010010 10000001 111100 100100 0 110001 11011000 101011 100011

Color Harmonies of #335281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335281

Black with #335281

Text Example


Text Example

White with #335281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335281; }

 p { color: rgb(51,82,129); }

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

background-color css

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

 a { background-color: rgb(51,82,129); }

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

border-color css

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

 span { border-color: rgb(51,82,129); }

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