Html Css Color HEX #335380 St Tropaz

📋 copy color: '#335380'

red 51 ◦ green 83 ◦ blue 128

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

Shades of St Tropaz #335380

Tints of St Tropaz #335380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 19.47%
G = 31.68%
B = 48.85%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335380 (or 0x335380) is known color: St Tropaz. HEX triplet: 33, 53 and 80. RGB value is (51,83,128). Sum of RGB (Red+Green+Blue) = 51+83+128=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #335380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335380 is #CCAC7F. Grayscale: #4E4E4E. Windows color (decimal): -13413504 or 8409907. OLE color: 8409907.

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

Color convert

RGB 51 83 128 -
CMYK 0.60 0.35 0 0.50
HSL 215.06º 0.43% 0.35% -
HSV(B) 215.06º 0.6% 0.5% -
XYZ 8.35 8.45 21.61 -
YUV 78.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 51 83 128 0.60 0.35 0 0.50 215.06 0.43 0.35
Hex 33 53 80 3C 23 0 32 D7 2B 23
Octal 63 123 200 74 43 0 62 327 53 43
Binary 110011 1010011 10000000 111100 100011 0 110010 11010111 101011 100011

Color Harmonies of #335380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335380

Black with #335380

Text Example


Text Example

White with #335380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335380; }

 p { color: rgb(51,83,128); }

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

background-color css

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

 a { background-color: rgb(51,83,128); }

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

border-color css

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

 span { border-color: rgb(51,83,128); }

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