Html Css Color HEX #335383 St Tropaz

📋 copy color: '#335383'

red 51 ◦ green 83 ◦ blue 131

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

Shades of St Tropaz #335383

Tints of St Tropaz #335383

RGB

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

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

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

R = 19.25%
G = 31.32%
B = 49.43%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335383 (or 0x335383) is known color: St Tropaz. HEX triplet: 33, 53 and 83. RGB value is (51,83,131). Sum of RGB (Red+Green+Blue) = 51+83+131=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #335383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335383 is #CCAC7C. Grayscale: #4E4E4E. Windows color (decimal): -13413501 or 8606515. OLE color: 8606515.

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

Color convert

RGB 51 83 131 -
CMYK 0.61 0.37 0 0.49
HSL 216º 0.44% 0.36% -
HSV(B) 216º 0.61% 0.51% -
XYZ 8.56 8.53 22.67 -
YUV 78.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 51 83 131 0.61 0.37 0 0.49 216 0.44 0.36
Hex 33 53 83 3D 25 0 31 D8 2C 24
Octal 63 123 203 75 45 0 61 330 54 44
Binary 110011 1010011 10000011 111101 100101 0 110001 11011000 101100 100100

Color Harmonies of #335383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335383

Black with #335383

Text Example


Text Example

White with #335383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335383; }

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

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

background-color css

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

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

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

border-color css

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

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

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