Html Css Color HEX #335384 St Tropaz

📋 copy color: '#335384'

red 51 ◦ green 83 ◦ blue 132

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

Shades of St Tropaz #335384

Tints of St Tropaz #335384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 19.17%
G = 31.2%
B = 49.62%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#335384 (or 0x335384) is known color: St Tropaz. HEX triplet: 33, 53 and 84. RGB value is (51,83,132). Sum of RGB (Red+Green+Blue) = 51+83+132=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #335384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335384 is #CCAC7B. Grayscale: #4E4E4E. Windows color (decimal): -13413500 or 8672051. OLE color: 8672051.

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

Color convert

RGB 51 83 132 -
CMYK 0.61 0.37 0 0.48
HSL 216.3º 0.44% 0.36% -
HSV(B) 216.3º 0.61% 0.52% -
XYZ 8.62 8.56 23.03 -
YUV 79.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 51 83 132 0.61 0.37 0 0.48 216.3 0.44 0.36
Hex 33 53 84 3D 25 0 30 D8 2C 24
Octal 63 123 204 75 45 0 60 330 54 44
Binary 110011 1010011 10000100 111101 100101 0 110000 11011000 101100 100100

Color Harmonies of #335384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335384

Black with #335384

Text Example


Text Example

White with #335384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335384; }

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

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

background-color css

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

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

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

border-color css

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

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

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