Html Css Color HEX #335A84 St Tropaz

📋 copy color: '#335A84'

red 51 ◦ green 90 ◦ blue 132

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

Shades of St Tropaz #335A84

Tints of St Tropaz #335A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 18.68%
G = 32.97%
B = 48.35%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#335A84 (or 0x335A84) is known color: St Tropaz. HEX triplet: 33, 5A and 84. RGB value is (51,90,132). Sum of RGB (Red+Green+Blue) = 51+90+132=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #335A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A84 is #CCA57B. Grayscale: #525252. Windows color (decimal): -13411708 or 8673843. OLE color: 8673843.

HSL color Cylindrical-coordinate representation of color #335A84: hue angle of 211.11º 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 #335A84 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 90 132 -
CMYK 0.61 0.32 0 0.48
HSL 211.11º 0.44% 0.36% -
HSV(B) 211.11º 0.61% 0.52% -
XYZ 9.19 9.68 23.21 -
YUV 83.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 51 90 132 0.61 0.32 0 0.48 211.11 0.44 0.36
Hex 33 5A 84 3D 20 0 30 D3 2C 24
Octal 63 132 204 75 40 0 60 323 54 44
Binary 110011 1011010 10000100 111101 100000 0 110000 11010011 101100 100100

Color Harmonies of #335A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A84

Black with #335A84

Text Example


Text Example

White with #335A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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