Html Css Color HEX #335983 St Tropaz

📋 copy color: '#335983'

red 51 ◦ green 89 ◦ blue 131

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

Shades of St Tropaz #335983

Tints of St Tropaz #335983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 18.82%
G = 32.84%
B = 48.34%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335983 (or 0x335983) is known color: St Tropaz. HEX triplet: 33, 59 and 83. RGB value is (51,89,131). Sum of RGB (Red+Green+Blue) = 51+89+131=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #335983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335983 is #CCA67C. Grayscale: #525252. Windows color (decimal): -13411965 or 8608051. OLE color: 8608051.

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

Color convert

RGB 51 89 131 -
CMYK 0.61 0.32 0 0.49
HSL 211.5º 0.44% 0.36% -
HSV(B) 211.5º 0.61% 0.51% -
XYZ 9.03 9.49 22.83 -
YUV 82.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 51 89 131 0.61 0.32 0 0.49 211.5 0.44 0.36
Hex 33 59 83 3D 20 0 31 D4 2C 24
Octal 63 131 203 75 40 0 61 324 54 44
Binary 110011 1011001 10000011 111101 100000 0 110001 11010100 101100 100100

Color Harmonies of #335983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335983

Black with #335983

Text Example


Text Example

White with #335983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335983; }

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

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

background-color css

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

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

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

border-color css

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

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

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