Html Css Color HEX #335683 St Tropaz

📋 copy color: '#335683'

red 51 ◦ green 86 ◦ blue 131

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

Shades of St Tropaz #335683

Tints of St Tropaz #335683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 19.03%
G = 32.09%
B = 48.88%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335683 (or 0x335683) is known color: St Tropaz. HEX triplet: 33, 56 and 83. RGB value is (51,86,131). Sum of RGB (Red+Green+Blue) = 51+86+131=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #335683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335683 is #CCA97C. Grayscale: #505050. Windows color (decimal): -13412733 or 8607283. OLE color: 8607283.

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

Color convert

RGB 51 86 131 -
CMYK 0.61 0.34 0 0.49
HSL 213.75º 0.44% 0.36% -
HSV(B) 213.75º 0.61% 0.51% -
XYZ 8.79 9 22.75 -
YUV 80.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 51 86 131 0.61 0.34 0 0.49 213.75 0.44 0.36
Hex 33 56 83 3D 22 0 31 D6 2C 24
Octal 63 126 203 75 42 0 61 326 54 44
Binary 110011 1010110 10000011 111101 100010 0 110001 11010110 101100 100100

Color Harmonies of #335683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335683

Black with #335683

Text Example


Text Example

White with #335683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335683; }

 p { color: rgb(51,86,131); }

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

background-color css

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

 a { background-color: rgb(51,86,131); }

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

border-color css

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

 span { border-color: rgb(51,86,131); }

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